From a2f0c2cc58d94eb741a26eda84efa94ce17cbeee Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Tue, 18 Jan 2022 12:54:57 -0600 Subject: [PATCH] FIxed checkout issue in update script. --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 9988fa1..3bbe777 100755 --- a/update.sh +++ b/update.sh @@ -1,5 +1,6 @@ #!/bin/sh git reset --hard +git checkout master git pull origin master --ff-only git checkout master@{'24 hours ago'} \ No newline at end of file