Complete the value symbol (#1)

This commit is contained in:
TakFu 2023-09-04 21:05:54 +08:00 committed by GitHub
parent 5ca81004f1
commit 9484446e3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.'
echo 'done. please restart your ide.'