We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990f024 commit 9c7e594Copy full SHA for 9c7e594
bash/install.sh
@@ -89,7 +89,7 @@ print ""
89
mkdir -p "$CODE_CONNECT_INSTALL_DIR/bin"
90
91
CODE_CONNECT_PY="$CODE_CONNECT_INSTALL_DIR/bin/code_connect.py"
92
-download-repo-file "functions/code_connect.py" $CODE_CONNECT_PY
+download-repo-file "bin/code_connect.py" $CODE_CONNECT_PY
93
chmod +x "$CODE_CONNECT_PY"
94
95
0 commit comments