Skip to content

Commit ebcfe1a

Browse files
committed
fix(install.sh): Typo
1 parent 9c7e594 commit ebcfe1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bash/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ CODE_CONNECT_PY="$CODE_CONNECT_INSTALL_DIR/bin/code_connect.py"
9292
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)