Skip to content

Commit 2e114e4

Browse files
committed
(- fix install) Fix dirnames one more place
1 parent 668eb2b commit 2e114e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

shell/install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ chmod +x "$CODE_CONNECT_PY"
110110

111111
mkdir -p "$CODE_CONNECT_INSTALL_DIR/bash"
112112

113-
CODE_SH="$CODE_CONNECT_INSTALL_DIR/bash/code.sh"
114-
download_repo_file "bash/code.sh" $CODE_SH
113+
CODE_SH="$CODE_CONNECT_INSTALL_DIR/shell/code.sh"
114+
download_repo_file "shell/code.sh" $CODE_SH
115115
chmod +x "$CODE_SH"
116116

117-
CODE_CONNECT_SH="$CODE_CONNECT_INSTALL_DIR/bash/code-connect.sh"
118-
download_repo_file "bash/code-connect.sh" $CODE_CONNECT_SH
117+
CODE_CONNECT_SH="$CODE_CONNECT_INSTALL_DIR/shell/code-connect.sh"
118+
download_repo_file "shell/code-connect.sh" $CODE_CONNECT_SH
119119
chmod +x "$CODE_CONNECT_SH"
120120

121121
printf \\n

0 commit comments

Comments
 (0)