From 79602c400e6bda6eac2dbc7c3e266eab3e93f527 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Thu, 29 Jan 2015 16:34:46 -0200 Subject: Fixed typo in gnupg package hack --- service/go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/go') diff --git a/service/go b/service/go index 61910c6e..ec6a65f6 100755 --- a/service/go +++ b/service/go @@ -4,7 +4,7 @@ function setuppy { pip install -r test_requirements.txt python setup.py develop $* pip uninstall -y scrypt; pip install scrypt - pip uninstall -y gunpg; pip install gnupg==1.2.5 + pip uninstall -y gnupg; pip install gnupg==1.2.5 } function setupjs { -- cgit v1.2.3