mirror of
https://github.com/pengzhile/cocopilot.git
synced 2025-01-18 20:55:53 +08:00
Complete the value symbol (#1)
This commit is contained in:
parent
5ca81004f1
commit
9484446e3e
@ -10,7 +10,7 @@ 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"
|
||||
|
Loading…
Reference in New Issue
Block a user