Update gam-install.sh

This commit is contained in:
Jay Lee
2018-05-24 10:41:51 -04:00
committed by GitHub
parent 5774b99891
commit 65da6f39dc

View File

@@ -139,7 +139,7 @@ try:
print(asset[sys.argv[1]])
break
except KeyError:
print 'ERROR: assets value not found in JSON value of:\n\n%s' % release"
print('ERROR: assets value not found in JSON value of:\n\n%s' % release)"
pycmd="python"
$pycmd -V >/dev/null 2>&1