We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07a591 commit 6fbbb10Copy full SHA for 6fbbb10
ci/build/npm-postinstall.sh
@@ -25,7 +25,7 @@ main() {
25
esac
26
27
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
+ if curl -fsSL "https://storage.googleapis.com/coder-cloud-releases/agent/latest/$OS/cloud-agent" -o ./lib/coder-cloud-agent; then
29
chmod +x ./lib/coder-cloud-agent
30
else
31
echo "Failed to download cloud agent; --link will not work"
0 commit comments