We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6859a commit 4e028d9Copy full SHA for 4e028d9
install.sh
@@ -24,7 +24,7 @@ esac
24
DOWNLOAD_URL="https://github.com/github/copilot-cli/releases/latest/download/copilot-${PLATFORM}-${ARCH}.tar.gz"
25
echo "Downloading from: $DOWNLOAD_URL"
26
27
-DOWNLOAD_DIR="${HOME}/.copilot/"
+DOWNLOAD_DIR="${HOME}/.copilot"
28
mkdir -p "$DOWNLOAD_DIR"
29
30
# Download and extract
0 commit comments