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 9c7e594 commit ebcfe1aCopy full SHA for ebcfe1a
bash/install.sh
@@ -92,13 +92,13 @@ CODE_CONNECT_PY="$CODE_CONNECT_INSTALL_DIR/bin/code_connect.py"
92
download-repo-file "bin/code_connect.py" $CODE_CONNECT_PY
93
chmod +x "$CODE_CONNECT_PY"
94
95
-mkdir -p "$CODE_CONNECT_INSTALL_DIR/bin"
+mkdir -p "$CODE_CONNECT_INSTALL_DIR/bash"
96
97
-CODE_SH="$CODE_CONNECT_INSTALL_DIR/bin/code.sh"
+CODE_SH="$CODE_CONNECT_INSTALL_DIR/bash/code.sh"
98
download-repo-file "bash/code.sh" $CODE_SH
99
chmod +x "$CODE_SH"
100
101
-CODE_CONNECT_SH="$CODE_CONNECT_INSTALL_DIR/bin/code-connect.sh"
+CODE_CONNECT_SH="$CODE_CONNECT_INSTALL_DIR/bash/code-connect.sh"
102
download-repo-file "bash/code-connect.sh" $CODE_CONNECT_SH
103
chmod +x "$CODE_CONNECT_SH"
104
0 commit comments