Return non-zero exit code on failure

This commit is contained in:
Tyler Treat
2017-06-07 09:44:49 -05:00
parent 9a527bfda6
commit 2d324e6e31

View File

@@ -1,4 +1,6 @@
#!/bin/bash
set -e
go get github.com/mitchellh/gox
go get github.com/tcnksm/ghr