Skip to content

Commit

Permalink
run status base should be the master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalchevrel committed Oct 29, 2024
1 parent d06da76 commit e5023ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e5023ba

Please sign in to comment.