summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2015-02-09 13:39:37 -0200
committerBruno Wagner <bwgpro@gmail.com>2015-02-10 13:06:36 -0200
commitbf858054cefe940988cd781d56b156eda3c1cae5 (patch)
treef33fa461a388299ee001aee1f4f21149eef5d2c7 /service/go
parent9840548ffc68e68ec1bd3d91e2cdfcbe92a492f4 (diff)
Fixed identation on the go script
Diffstat (limited to 'service/go')
-rwxr-xr-xservice/go4
1 files changed, 2 insertions, 2 deletions
diff --git a/service/go b/service/go
index 196841ba..71949a47 100755
--- a/service/go
+++ b/service/go
@@ -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 {