diff options
author | Bruno Wagner <bwgpro@gmail.com> | 2015-02-09 13:39:37 -0200 |
---|---|---|
committer | Bruno Wagner <bwgpro@gmail.com> | 2015-02-10 13:06:36 -0200 |
commit | bf858054cefe940988cd781d56b156eda3c1cae5 (patch) | |
tree | f33fa461a388299ee001aee1f4f21149eef5d2c7 /service | |
parent | 9840548ffc68e68ec1bd3d91e2cdfcbe92a492f4 (diff) |
Fixed identation on the go script
Diffstat (limited to 'service')
-rwxr-xr-x | service/go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ function resolveNumOfCores { function setuppy { pip install -r test_requirements.txt python setup.py develop $* - pip uninstall -y scrypt; pip install scrypt - pip uninstall -y gnupg; pip install gnupg==1.2.5 + pip uninstall -y scrypt; pip install scrypt + pip uninstall -y gnupg; pip install gnupg==1.2.5 } function setupjs { |