]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/pylint.json
Double quote `$XDG...` in shell exports
[xdg-ninja.git] / programs / pylint.json
index 3e157fdffc4f2d47f43903a163f761d7bb2dbbae..ee717732a4d4defdea85fec99f9cc0871cdfd42f 100644 (file)
@@ -4,7 +4,7 @@
         {
             "path": "${HOME}/.pylint.d",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport PYLINTHOME=${XDG_CACHE_HOME}/pylint\n```\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport PYLINTHOME=\"${XDG_CACHE_HOME}\"/pylint\n```\n"
         }
     ]
 }