From: Erez Zadok Date: Wed, 11 May 2022 22:46:17 +0000 (-0400) Subject: remove exit when updating the wrapfs-latest repo X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=dce09caeb0b98eea35dca29cbdc6e92c8c769eed;p=wrapfs-mgmt.git remove exit when updating the wrapfs-latest repo --- 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