Skip to content

Commit

Permalink
libcommon: Build was fixed. [#METRIQA-600]
Browse files Browse the repository at this point in the history
  • Loading branch information
excitoon committed Dec 8, 2016
1 parent b72ecc3 commit c1dd146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/libcommon/src/get_revision_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function get_revision {
BASEDIR=`dirname "$0"`
CURDIR=`pwd`
cd ${BASEDIR}
git rev-parse --git-dir 2>/dev/null || cd ${CURDIR}
git rev-parse --git-dir >/dev/null 2>/dev/null || cd ${CURDIR}
git fetch --tags
git tag | tag_filter | tail -1 | sed 's/^v1\.1\.\(.*\)-testing$/\1/'
cd ${CURDIR}
Expand Down

0 comments on commit c1dd146

Please sign in to comment.