From e5023bae3d4a3b5368e0b558b27321a8a2ffd9de Mon Sep 17 00:00:00 2001 From: Pascal Chevrel Date: Tue, 29 Oct 2024 14:04:28 +0100 Subject: [PATCH] run status base should be the master branch --- run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run b/run index 0a5a938..3c2740c 100755 --- a/run +++ b/run @@ -60,7 +60,7 @@ fi if [ $# -gt 0 ] && [ $1 = 'status' ] then - local=`git rev-parse HEAD` + local=`git rev-parse master` prod=`curl -s https://whattrainisitnow.com/deployed-version.txt` echo -e "$GREEN""Checking if the latest commit is what we have in production""$NORMAL" echo "Local : $local"