diff --git a/commands/share.go b/commands/share.go index 1c2b86a..f19274d 100644 --- a/commands/share.go +++ b/commands/share.go @@ -33,7 +33,7 @@ func ShareHelp() string { func Share(args []string) { path, err := os.Getwd() if err != nil { - log.Fatalln("💥 "+theme.ColorRed+"error"+theme.ColorReset+": %v", err) + log.Fatalf("💥 "+theme.ColorRed+"error"+theme.ColorReset+": %v\n", err) } splits := strings.Split(path, "/")