We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46904f commit a4320e9Copy full SHA for a4320e9
cmd/data.go
@@ -10,7 +10,7 @@ import (
10
// Pull data for icon from GitHub into ~/.config/icon-data.
11
func data(cmd *cobra.Command, args []string) {
12
dir := "~/.config/icon-data"
13
- if !utils.GetBoolFlag(cmd, "force") && utils.ExistsDir(dir + "/.git") {
+ if !utils.GetBoolFlag(cmd, "force") && utils.ExistsDir(dir+"/.git") {
14
fmt.Println("Using existing data in ~/.config/icon-data.")
15
return
16
}
0 commit comments