This commit is contained in:
xdrm-brackets 2018-11-10 12:58:08 +01:00
parent 8e6a3457b1
commit cc33786c6b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ func main() {
// Manage arguments // Manage arguments
ctx, bf, dryRun, err := GetArgs() ctx, bf, dryRun, err := GetArgs()
if err != nil { if err != nil {
fmt.Printf("%s", err) fmt.Printf("%s\n", err)
return return
} }