From 9484446e3e82804357002a837648ea2b1f52acdd Mon Sep 17 00:00:00 2001 From: TakFu <82763623@qq.com> Date: Mon, 4 Sep 2023 21:05:54 +0800 Subject: [PATCH] Complete the value symbol (#1) --- cocopilot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cocopilot.sh b/cocopilot.sh index b2decde..2ce7ea9 100644 --- a/cocopilot.sh +++ b/cocopilot.sh @@ -10,9 +10,9 @@ fi COPILOT_DIR="$CONFIG_DIR/github-copilot" if [ ! -d "$COPILOT_DIR" ]; then - mkdir -p "$COPILOT_DIR}" + mkdir -p "${COPILOT_DIR}" fi echo '{"github.com":{"user":"cocopilot","oauth_token":"ghu_ThisIsARealFreeCopilotKeyByCoCopilot","dev_override":{"copilot_token_url":"https://api.cocopilot.org/copilot_internal/v2/token"}}}' > "$COPILOT_DIR/hosts.json" -echo 'done. please restart your ide.' \ No newline at end of file +echo 'done. please restart your ide.'