Skip to content
This repository was archived by the owner on Dec 7, 2019. It is now read-only.

Commit d14f3f0

Browse files
Add --fail to curl snippet. (#27)
1 parent 75cdd26 commit d14f3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Composer is [available on jcenter](https://jcenter.bintray.com/com/gojuno/compos
8989
9090
```console
9191
COMPOSER_VERSION=some-version
92-
curl --location https://jcenter.bintray.com/com/gojuno/composer/composer/${COMPOSER_VERSION}/composer-${COMPOSER_VERSION}.jar --output /tmp/composer.jar
92+
curl --fail --location https://jcenter.bintray.com/com/gojuno/composer/composer/${COMPOSER_VERSION}/composer-${COMPOSER_VERSION}.jar --output /tmp/composer.jar
9393
```
9494

9595
All the releases and changelogs can be found on [Releases Page](https://github.com/gojuno/composer/releases).

0 commit comments

Comments
 (0)