Skip to content

Commit be7d4f1

Browse files
committed
change text to lowercase for consistency
1 parent 051e849 commit be7d4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/commands/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func initialize(ctx *cli.Context) error {
2020
return errors.New("ppm.json config-file already exists in this directory")
2121
}
2222

23-
fmt.Println(color.GreenString("New ppm.json config-file generated"))
23+
fmt.Println(color.GreenString("new ppm.json config-file generated"))
2424

2525
return nil
2626
}

0 commit comments

Comments
 (0)