@cryptotaxi247 / kubo / commits / cd11a487c

debugging travisCI

License: MIT Signed-off-by: Jeromy <why@ipfs.io>

Jeromy committed Apr 19, 2016 at 08:35 UTC cd11a487cc1e5b2369c72ee41f6edae586a12956
1 file changed +1
bin/dist_get
+1
@@ -102,6 +102,7 @@ if [ -z "$distname" ] || [ -z "$outpath" ] || [ -z "$version" ]; then
102 fi
103
104 if [ ${version:0:1} != "v" ]; then
105 + echo "invalid version '$version'" >&2
106 die "versions must begin with 'v', for example: v0.4.0"
107 fi
108