Skip to content

Commit

Permalink
new fix for check-for-update
Browse files Browse the repository at this point in the history
  • Loading branch information
owenlejeune committed Mar 17, 2020
1 parent 5075abc commit 935aff4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/check-for-update.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
git fetch
CURDIR=$PWD
GDIR=$HOME/.gecho

cd $GDIR
git fetch

HEADHASH=$(git rev-parse HEAD)
UPSTREAMHASH=$(git rev-parse master)

Expand Down

0 comments on commit 935aff4

Please sign in to comment.