File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,16 +89,16 @@ print ""
8989mkdir -p " $CODE_CONNECT_INSTALL_DIR /bin"
9090
9191CODE_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
9393chmod +x " $CODE_CONNECT_PY "
9494
95- mkdir -p " $CODE_CONNECT_INSTALL_DIR /bin "
95+ mkdir -p " $CODE_CONNECT_INSTALL_DIR /bash "
9696
97- CODE_SH=" $CODE_CONNECT_INSTALL_DIR /bin /code.sh"
97+ CODE_SH=" $CODE_CONNECT_INSTALL_DIR /bash /code.sh"
9898download-repo-file " bash/code.sh" $CODE_SH
9999chmod +x " $CODE_SH "
100100
101- CODE_CONNECT_SH=" $CODE_CONNECT_INSTALL_DIR /bin /code-connect.sh"
101+ CODE_CONNECT_SH=" $CODE_CONNECT_INSTALL_DIR /bash /code-connect.sh"
102102download-repo-file " bash/code-connect.sh" $CODE_CONNECT_SH
103103chmod +x " $CODE_CONNECT_SH "
104104
You can’t perform that action at this time.
0 commit comments