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 668eb2b commit 2e114e4Copy full SHA for 2e114e4
shell/install.sh
@@ -110,12 +110,12 @@ chmod +x "$CODE_CONNECT_PY"
110
111
mkdir -p "$CODE_CONNECT_INSTALL_DIR/bash"
112
113
-CODE_SH="$CODE_CONNECT_INSTALL_DIR/bash/code.sh"
114
-download_repo_file "bash/code.sh" $CODE_SH
+CODE_SH="$CODE_CONNECT_INSTALL_DIR/shell/code.sh"
+download_repo_file "shell/code.sh" $CODE_SH
115
chmod +x "$CODE_SH"
116
117
-CODE_CONNECT_SH="$CODE_CONNECT_INSTALL_DIR/bash/code-connect.sh"
118
-download_repo_file "bash/code-connect.sh" $CODE_CONNECT_SH
+CODE_CONNECT_SH="$CODE_CONNECT_INSTALL_DIR/shell/code-connect.sh"
+download_repo_file "shell/code-connect.sh" $CODE_CONNECT_SH
119
chmod +x "$CODE_CONNECT_SH"
120
121
printf \\n
0 commit comments