Skip to content

Commit 7bad77a

Browse files
committed
fix the bug
1 parent aa63262 commit 7bad77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ EOF
108108

109109
CODER_COMMAND="$(command -v "$STANDALONE_BINARY_NAME")"
110110

111-
if [ ! "$CODER_COMMAND" ]; then
111+
if [ -z "$CODER_COMMAND" ]; then
112112
cath <<EOF
113113
Extend your path to use Coder:
114114

0 commit comments

Comments
 (0)