From df8a621bc219ea2455154cc25fb6f56fbbeb7eb9 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com> Date: Sat, 30 Nov 2024 20:20:09 +0000 Subject: [PATCH] Missing three $ in conda help (#443) --- programs/conda.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/programs/conda.json b/programs/conda.json index dd30d71..c06f78b 100644 --- a/programs/conda.json +++ b/programs/conda.json @@ -1,17 +1,17 @@ { "files": [ { - "help": "Move the file to _\"XDG_CONFIG_HOME\"/conda/.condarc_.\n\n_See conda documentation for details:_ https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc\n", + "help": "Move the file to _\"$XDG_CONFIG_HOME\"/conda/.condarc_.\n\n_See conda documentation for details:_ https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc\n", "movable": true, "path": "$HOME/.condarc" }, { - "help": "Move the file to _\"XDG_CONFIG_HOME\"/conda/.condarc_.\n\n_See conda documentation for details:_ https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc\n", + "help": "Move the file to _\"$XDG_CONFIG_HOME\"/conda/.condarc_.\n\n_See conda documentation for details:_ https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc\n", "movable": true, "path": "$HOME/.conda/.condarc" }, { - "help": "Move the file to _\"XDG_CONFIG_HOME\"/conda/condarc_.\n\n_See conda documentation for details:_ https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc\n", + "help": "Move the file to _\"$XDG_CONFIG_HOME\"/conda/condarc_.\n\n_See conda documentation for details:_ https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc\n", "movable": true, "path": "$HOME/.conda/condarc" }, -- 2.47.3