Skip to content

Commit

Permalink
Fix delimeter
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Fabry <[email protected]>
  • Loading branch information
ondrej-fabry committed May 30, 2024
1 parent 985571a commit 88809fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ echo "Running 'vppapi lint'"
govpp -D -L trace vppapi lint "${VPP_INPUT}" | tee vppapi_lint.txt

echo "Running 'vppapi diff' against latest VPP release"
LATEST_RELEASE_COMMIT=$(git ls-remote --refs --tags "${VPP_INPUT}" | grep -v rc | tail -n1 | cut -f 1 -d " ")
LATEST_RELEASE_COMMIT=$(git ls-remote --refs --tags "${VPP_INPUT}" | grep -v rc | tail -n1 | cut -f 1 -d " ")
govpp vppapi diff "${VPP_INPUT}#ref=${LATEST_RELEASE_COMMIT}" --against "${VPP_INPUT}" | tee vppapi_diff.txt

0 comments on commit 88809fd

Please sign in to comment.