We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb1b36 commit c0b2c04Copy full SHA for c0b2c04
docs/downloads/install.sh
@@ -115,7 +115,7 @@ URL="https://github.com/fermyon/spin/releases/download/${VERSION}/${FILE}"
115
116
# Download file, exit if not found - e.g. version does not exist
117
fancy_print 0 "Step 1: Downloading: ${URL}"
118
-curl -sOL $URL || (fancy_print 1 "The requested file does not exist: ${FILE}"; exit 1)
+curl -sOL --fail $URL || (fancy_print 1 "The requested file does not exist: ${FILE}"; exit 1)
119
fancy_print 0 "Done...\n"
120
121
# Decompress the file
0 commit comments