From dce09caeb0b98eea35dca29cbdc6e92c8c769eed Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Wed, 11 May 2022 18:46:17 -0400 Subject: [PATCH] remove exit when updating the wrapfs-latest repo --- update-stable.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/update-stable.sh b/update-stable.sh index 3cac22b..666a035 100755 --- a/update-stable.sh +++ b/update-stable.sh @@ -40,7 +40,6 @@ case "$THIS_REPO" in ;; latest ) BRANCH="master" - exit 1 ;; * ) echo This repo is unknown: $THIS_REPO exit 1 -- 2.43.0