mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 05:56:21 +00:00
Fix param
This commit is contained in:
@@ -117,7 +117,7 @@ get_sources(){
|
||||
echo "Sources will not be downloaded"
|
||||
return 0
|
||||
fi
|
||||
IS_RELEASE_BRANCH=$(echo ${BRANCH} | grep -c release);
|
||||
IS_RELEASE_BRANCH=$(echo ${VERSION} | grep -c release)
|
||||
if [ ${IS_RELEASE_BRANCH} != 0 ]; then
|
||||
VERSION=$(echo $BRANCH | awk -F'-' '{print $2}')
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user