From 4490edd0851c5ed2b2459bf0ed781c2dfc9cf6ad Mon Sep 17 00:00:00 2001 From: Georgi Sabev Date: Thu, 5 May 2016 15:42:30 +0300 Subject: [PATCH] Update check script after project rename Signed-off-by: Julz Friedman --- scripts/check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check b/scripts/check index da2ea14cf..dbdb20a1d 100755 --- a/scripts/check +++ b/scripts/check @@ -9,6 +9,6 @@ read -p "Did you make sure CI is green? (yes/no):" response if [ $response == "yes" ]; then echo "Thanks! Continuing with bump..." else - open "https://garden-linux.ci.cf-app.com/?groups=guardian&groups=guardian-long" + open "https://garden-linux.ci.cf-app.com/?groups=garden-runc&groups=garden-runc-long" exit 1 fi