Skip to content

Commit 4e028d9

Browse files
committed
Remove duplicate trailing slash
1 parent cf6859a commit 4e028d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ esac
2424
DOWNLOAD_URL="https://github.com/github/copilot-cli/releases/latest/download/copilot-${PLATFORM}-${ARCH}.tar.gz"
2525
echo "Downloading from: $DOWNLOAD_URL"
2626

27-
DOWNLOAD_DIR="${HOME}/.copilot/"
27+
DOWNLOAD_DIR="${HOME}/.copilot"
2828
mkdir -p "$DOWNLOAD_DIR"
2929

3030
# Download and extract

0 commit comments

Comments
 (0)