diff --git a/src/sonic-build-hooks/hooks/git b/src/sonic-build-hooks/hooks/git index 644a01d5fe..2101358379 100755 --- a/src/sonic-build-hooks/hooks/git +++ b/src/sonic-build-hooks/hooks/git @@ -57,7 +57,7 @@ main(){ get_clone_path "$@" pushd $clone_PATH &> /dev/null commit_latest=`$REAL_COMMAND log -n 1 | head -n 1| awk '{print$2}'` - [ -f $version_file ] && commit=`grep $URL $version_file | awk -F, '{print$2}'` + [ -f $version_file ] && commit=`grep $URL $version_file | awk -F== '{print$2}'` # control version or record version file if [[ $ENABLE_VERSION_CONTROL_GIT == "y" ]];then