Skip to content

Commit

Permalink
Fix wrong suggested variable quotation in help text for wakatime (#436
Browse files Browse the repository at this point in the history
)
  • Loading branch information
SpraxDev authored Oct 10, 2024
1 parent fa6636c commit 723a102
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 723a102

Please sign in to comment.