]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Fix asdf messages (#138)
authoroddy <56793934+dubs11kt@users.noreply.github.com>
Thu, 14 Jul 2022 12:14:15 +0000 (21:14 +0900)
committerGitHub <noreply@github.com>
Thu, 14 Jul 2022 12:14:15 +0000 (12:14 +0000)
programs/asdf-vm.json

index dd0c991239616bc7304800d7b6a08473eb16aca5..8ebefe337bef6a0dfbbbfe5ea088cc7cfb60d0b0 100644 (file)
@@ -3,13 +3,13 @@
         {
             "path": "$HOME/.asdf",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport ASDF_DATA_DIR=\"${XDG_DATA_HOME}\"/asdf\"\n```\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport ASDF_DATA_DIR=\"${XDG_DATA_HOME}\"/asdf\n```\n"
         },
         {
             "path": "$HOME/.asdfrc",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport ASDF_CONFIG_FILE=\"${XDG_CONFIG_HOME}/asdf/asdfrc\"\n```\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport ASDF_CONFIG_FILE=\"${XDG_CONFIG_HOME}\"/asdf/asdfrc\n```\n"
         }
     ],
     "name": "asdf-vm"
-}
\ No newline at end of file
+}