From 3f250e15e397f7fc61ced3bab41c6ae043b35f21 Mon Sep 17 00:00:00 2001 From: TakFu Date: Mon, 4 Sep 2023 21:04:02 +0800 Subject: [PATCH] Complete the value symbol --- 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.'