Skip to content

Commit 44c96dc

Browse files
committed
fix lint and format errors
1 parent ddb95a3 commit 44c96dc

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
@@ -397,7 +397,7 @@ install_standalone() {
397397
# Remove the file if it already exists to
398398
# avoid https://github.com/coder/coder/issues/2086
399399
if [ -f "$COPY_LOCATION" ]; then
400-
"$sh_c" rm $COPY_LOCATION
400+
"$sh_c" rm "$COPY_LOCATION"
401401
fi
402402

403403
# Copy the binary to the correct location.

0 commit comments

Comments
 (0)