Skip to content

Commit

Permalink
fix util url
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Oct 11, 2018
1 parent 6e68720 commit 1828465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fulltest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1828465

Please sign in to comment.