Skip to content

Commit 1e7ac76

Browse files
committed
._.
1 parent fafcdef commit 1e7ac76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Coder has been installed to
106106
107107
EOF
108108

109-
CODER_COMMAND="$(command -v "$STANDALONE_BINARY_NAME")"
109+
CODER_COMMAND="$(command -v "$STANDALONE_BINARY_NAME" || true)"
110110

111111
if [ -z "${CODER_COMMAND}" ]; then
112112
cath <<EOF

0 commit comments

Comments
 (0)