From 4dcadf56a3ca6a9ab5070a47b28f5a8701034e52 Mon Sep 17 00:00:00 2001 From: Duong Do Minh Chau Date: Fri, 13 May 2022 23:41:44 +0700 Subject: [PATCH] Typo fix --- programs/rbenv.json | 2 +- programs/solargraph.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/rbenv.json b/programs/rbenv.json index 0ed7032..9eecae3 100644 --- a/programs/rbenv.json +++ b/programs/rbenv.json @@ -3,7 +3,7 @@ { "path": "$HOME/.rbenv", "movable": true, - "help": "Export the following environment variables:\n\n```bash\nexport RBENV_ROOT=XDG_DATA_HOME/rbenv\n```\n" + "help": "Export the following environment variables:\n\n```bash\nexport RBENV_ROOT=\"$XDG_DATA_HOME\"/rbenv\n```\n" } ], "name": "rbenv" diff --git a/programs/solargraph.json b/programs/solargraph.json index 940e424..a3e57d2 100644 --- a/programs/solargraph.json +++ b/programs/solargraph.json @@ -3,7 +3,7 @@ { "path": "$HOME/.solargraph/cache/", "movable": true, - "help": "Export the following environment variables:\n\n```bash\nexport SOLARGRAPH_CACHE=$XDG_CACHE_HOME/solargraph \n```\n" + "help": "Export the following environment variables:\n\n```bash\nexport SOLARGRAPH_CACHE=\"$XDG_CACHE_HOME\"/solargraph \n```\n" } ], "name": "solargraph" -- 2.47.3