Skip to content

Commit 934f95d

Browse files
chore: change debug flags to false
1 parent 98d50b8 commit 934f95d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/root.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ simple way to write commits following the Conventional Commits
3333
fmt.Printf("gbc version %s\n", GBC_VERSION)
3434
} else {
3535
commitTypeMenu := gocliselect.NewMenu("Commit type?")
36-
gbcEmojis := config.GetEmojis(SETTINGS_FILE_NAME, true)
37-
enableEmojis := config.EnableEmojis(SETTINGS_FILE_NAME, true)
36+
gbcEmojis := config.GetEmojis(SETTINGS_FILE_NAME, false)
37+
enableEmojis := config.EnableEmojis(SETTINGS_FILE_NAME, false)
3838

3939
commitTypeMenu.AddItem(
4040
emoji.Sprintf("%sFeature", gbcEmojis.Feat),

0 commit comments

Comments
 (0)