Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcoenen committed Jun 8, 2020
1 parent 378ab5e commit 68d3efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/secrethub/mkdir.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func (cmd *MkDirCommand) Run() error {
for _, path := range cmd.paths {
err := cmd.createDirectory(client, path)
if err != nil {
fmt.Fprintf(os.Stderr, "Could not create a new directory at %s: %s\n", path, err)
fmt.Fprintf(os.Stderr, "Could not create a new directory at %s: %s\n", path, err)
} else {
fmt.Fprintf(cmd.io.Output(), "Created a new directory at %s\n", path)
}
Expand Down

0 comments on commit 68d3efb

Please sign in to comment.