Skip to content

Commit 6e95b73

Browse files
committed
Merge branch 'main' into dev
2 parents 7ab4c88 + ebcfe1a commit 6e95b73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bash/install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +89,16 @@ 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

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"
9898
download-repo-file "bash/code.sh" $CODE_SH
9999
chmod +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"
102102
download-repo-file "bash/code-connect.sh" $CODE_CONNECT_SH
103103
chmod +x "$CODE_CONNECT_SH"
104104

0 commit comments

Comments
 (0)