Skip to content

Commit 9c7e594

Browse files
committed
fix(install.sh): Typo
1 parent 990f024 commit 9c7e594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ print ""
8989
mkdir -p "$CODE_CONNECT_INSTALL_DIR/bin"
9090

9191
CODE_CONNECT_PY="$CODE_CONNECT_INSTALL_DIR/bin/code_connect.py"
92-
download-repo-file "functions/code_connect.py" $CODE_CONNECT_PY
92+
download-repo-file "bin/code_connect.py" $CODE_CONNECT_PY
9393
chmod +x "$CODE_CONNECT_PY"
9494

9595
mkdir -p "$CODE_CONNECT_INSTALL_DIR/bin"

0 commit comments

Comments
 (0)