Skip to content

Commit

Permalink
chore: add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSchafer committed May 3, 2023
1 parent c4a8200 commit a1dcaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliv2/cmd/cliv2/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func runCommand(cmd *cobra.Command, args []string) error {
}

name := getFullCommandString(cmd)
debugLogger.Print("Running", name)
debugLogger.Print("Running ", name)

if len(args) > 0 {
config.Set(configuration.INPUT_DIRECTORY, args[0])
Expand Down

0 comments on commit a1dcaa8

Please sign in to comment.