Skip to content

Commit

Permalink
Fix wrong suggested variable quotation in help text for wakatime
Browse files Browse the repository at this point in the history
  • Loading branch information
SpraxDev committed Oct 9, 2024
1 parent caa890f commit d691cd6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions programs/wakatime.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
{
"path": "$HOME/.wakatime.cfg",
"movable": true,
"help": "export WAKATIME_HOME='$XDG_CONFIG_HOME/wakatime'\n\nThe directory needs to be created manually\n\nmkdir '$XDG_CONFIG_HOME/wakatime'"
"help": "export WAKATIME_HOME=\"$XDG_CONFIG_HOME\"/wakatime\n\nThe directory needs to be created manually\n\nmkdir \"$XDG_CONFIG_HOME\"/wakatime"
},
{
"path": "$HOME/.wakatime.data",
"movable": true,
"help": "export WAKATIME_HOME='$XDG_CONFIG_HOME/wakatime'\n\nThe directory needs to be created manually\n\nmkdir '$XDG_CONFIG_HOME/wakatime'"
"help": "export WAKATIME_HOME=\"$XDG_CONFIG_HOME\"/wakatime\n\nThe directory needs to be created manually\n\nmkdir \"$XDG_CONFIG_HOME\"/wakatime"
},
{
"path": "$HOME/.wakatime.db",
"movable": true,
"help": "export WAKATIME_HOME='$XDG_CONFIG_HOME/wakatime'\n\nThe directory needs to be created manually\n\nmkdir '$XDG_CONFIG_HOME/wakatime'"
"help": "export WAKATIME_HOME=\"$XDG_CONFIG_HOME\"/wakatime\n\nThe directory needs to be created manually\n\nmkdir \"$XDG_CONFIG_HOME\"/wakatime"
},
{
"path": "$HOME/.wakatime.log",
"movable": true,
"help": "export WAKATIME_HOME='$XDG_CONFIG_HOME/wakatime'\n\nThe directory needs to be created manually\n\nmkdir '$XDG_CONFIG_HOME/wakatime'"
"help": "export WAKATIME_HOME=\"$XDG_CONFIG_HOME\"/wakatime\n\nThe directory needs to be created manually\n\nmkdir \"$XDG_CONFIG_HOME\"/wakatime"
}
]
}
}

0 comments on commit d691cd6

Please sign in to comment.