Skip to content

Commit

Permalink
Merge f891ce6 into 92b1547
Browse files Browse the repository at this point in the history
  • Loading branch information
ycngadeu-coveo committed Jun 11, 2019
2 parents 92b1547 + f891ce6 commit 9ece732
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions get-latest-tgf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ fi

get_local_tgf_version () {
TGF_LOCAL_VERSION=$($TGF --current-version | awk -F\ '{print $2}')
if [ -z "$TGF_LOCAL_VERSION" ]; then
TGF_LOCAL_VERSION=$($TGF --current-version | awk -F\ '{print $2}')
else
echo "TGF_LOCAL_VERSION set to" $TGF_LOCAL_VERSION
fi
}

get_latest_tgf_version () {
Expand Down

0 comments on commit 9ece732

Please sign in to comment.