From 18284651681e3a0eaad6aefdb2177d6907424dd5 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Thu, 11 Oct 2018 18:52:02 -0400 Subject: [PATCH] fix util url --- tests/fulltest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fulltest.sh b/tests/fulltest.sh index bb1dd93..fd31b2d 100755 --- a/tests/fulltest.sh +++ b/tests/fulltest.sh @@ -17,7 +17,7 @@ echo "ensuring that webisoget is installed..." rpm -q webisoget &>/dev/null if [ $? -ne '0' ]; then echo "downloading webisoget rpm" - curl -s -L -o webisoget-2.8.7-1.x86_64.rpm https://github.internet2.edu/docker/util/blob/master/bin/webisoget-2.8.7-1.x86_64.rpm + curl -s -L -o webisoget-2.8.7-1.x86_64.rpm https://github.internet2.edu/docker/util/blob/master/bin/webisoget-2.8.7-1.x86_64.rpm?raw=true if [ -s webisoget-2.8.7-1.x86_64.rpm ]; then echo "installing rpm..." rpm -ivh webisoget-2.8.7-1.x86_64.rpm