From 5ca8d9f6cb4cd3da28b0ec3b81899074d0e3897e Mon Sep 17 00:00:00 2001 From: Doug Hatcher Date: Sun, 21 Apr 2019 13:51:56 -0400 Subject: [PATCH] update mechanism should work --- bin/update | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/update b/bin/update index a3a9901..2d3a842 100644 --- a/bin/update +++ b/bin/update @@ -12,10 +12,9 @@ fi echo -e "This will checkout release $VER. This will override any changes (but not .env) \n" read -p "Are you sure you want to update? " -n 1 -r - echo # (optional) move to a new line if [[ $REPLY =~ ^[Yy]$ ]] then git fetch --all --tags git checkout $VER -f - # bin/engine up + bin/engine up fi \ No newline at end of file