From 65673508b45fea05f84039edc7751cefcdf785fc Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 19 Mar 2018 18:24:48 +0330 Subject: fix for travis --- extra-tools/keystoneubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra-tools/keystoneubuntu.sh') diff --git a/extra-tools/keystoneubuntu.sh b/extra-tools/keystoneubuntu.sh index 709ca2e..490fefc 100755 --- a/extra-tools/keystoneubuntu.sh +++ b/extra-tools/keystoneubuntu.sh @@ -3,7 +3,7 @@ cd $(dirname $0) "wget" https://github.com/keystone-engine/keystone/archive/0.9.1.tar.gz -o keystone.tar.gz -"tar" -xvzf keystone.tar.gz +"tar" -xvzf 0.9.1.tar.gz "cd" keystone* "mkdir" build "cd" build -- cgit v1.2.3