summaryrefslogtreecommitdiffhomepage
path: root/test/e2e/runsc-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e/runsc-install.sh')
-rwxr-xr-xtest/e2e/runsc-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/runsc-install.sh b/test/e2e/runsc-install.sh
index 64823bd3b..420fe01e9 100755
--- a/test/e2e/runsc-install.sh
+++ b/test/e2e/runsc-install.sh
@@ -3,6 +3,6 @@
# Sample script to install runsc
wget -q --https-only \
- https://storage.googleapis.com/gvisor/releases/nightly/${RUNSC_VERSION}/runsc
+ https://storage.googleapis.com/gvisor/releases/${RUNSC_VERSION}/runsc
chmod +x runsc
sudo mv runsc /usr/local/bin/