From: oddy <56793934+dubs11kt@users.noreply.github.com> Date: Thu, 14 Jul 2022 12:14:15 +0000 (+0900) Subject: Fix asdf messages (#138) X-Git-Tag: v0.2.0.2~173 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/3d4808622b97a63528aaa72fbe1680d3077dcaa9?ds=sidebyside Fix asdf messages (#138) --- diff --git a/programs/asdf-vm.json b/programs/asdf-vm.json index dd0c991..8ebefe3 100644 --- a/programs/asdf-vm.json +++ b/programs/asdf-vm.json @@ -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 +}