From bf858054cefe940988cd781d56b156eda3c1cae5 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Mon, 9 Feb 2015 13:39:37 -0200 Subject: Fixed identation on the go script --- service/go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'service/go') 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 { -- cgit v1.2.3