]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Fix wrong suggested variable quotation in help text for `wakatime` (#436)
authorChristian Koop <contact@sprax2013.de>
Thu, 10 Oct 2024 10:58:57 +0000 (12:58 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Oct 2024 10:58:57 +0000 (12:58 +0200)
programs/wakatime.json

index fa3c078799e19dd5144c7d8449941836071be389..4c1371ba1a994d4edc315d52324b839810d4d8e2 100644 (file)
@@ -4,22 +4,22 @@
         {
             "path": "$HOME/.wakatime.cfg",
             "movable": true,
         {
             "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,
         },
         {
             "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,
         },
         {
             "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,
         },
         {
             "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"
         }
     ]
         }
     ]
-}
\ No newline at end of file
+}