Skip to content

Commit 6fbbb10

Browse files
committed
fmt
1 parent e07a591 commit 6fbbb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build/npm-postinstall.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ main() {
2525
esac
2626

2727
OS="$(uname | tr '[:upper:]' '[:lower:]')"
28-
if curl -fsSL "https://storage.googleapis.com/coder-cloud-releases/agent/latest/$OS/cloud-agent" -o ./lib/coder-cloud-agent ; then
28+
if curl -fsSL "https://storage.googleapis.com/coder-cloud-releases/agent/latest/$OS/cloud-agent" -o ./lib/coder-cloud-agent; then
2929
chmod +x ./lib/coder-cloud-agent
3030
else
3131
echo "Failed to download cloud agent; --link will not work"

0 commit comments

Comments
 (0)