Skip to content

Commit ba82fe1

Browse files
authored
space
1 parent 62203cc commit ba82fe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [[ $RUNNER_OS == Windows ]]; then
1414
npm config set script-shell "$old_script_shell"
1515
nvm use "$old_node_version"
1616
else
17-
if [[ $INPUT_CODE_SERVER_VERSION == latest]]; then
17+
if [[ $INPUT_CODE_SERVER_VERSION == latest ]]; then
1818
curl -fsSL https://code-server.dev/install.sh | sh -s -- \
1919
--prefix=/usr/local
2020
else

0 commit comments

Comments
 (0)