Skip to content

Commit 5d89b05

Browse files
author
Anand
committed
Default delimiter is +
1 parent b67831b commit 5d89b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func getOrCreateLocalConfig(app string) (error, *Settings) {
119119

120120
} else {
121121
// fmt.Printf("Creating default configuration ...")
122-
settings = Settings{"", "aes", true, true, false, configFile, "id,asc", "=", "default", "bgblack"}
122+
settings = Settings{"", "aes", true, true, false, configFile, "id,asc", "+", "default", "bgblack"}
123123

124124
if err = writeSettings(&settings, configFile); err == nil {
125125
// fmt.Println(" ...done")

0 commit comments

Comments
 (0)