Skip to content

Commit b990ae8

Browse files
author
Kevin Paulisse
committed
Add @ in the wrapper for git sha
1 parent ff89208 commit b990ae8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/octocatalog-diff-wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ if [ -z "$OCTOCATALOG_DIFF_CONFIG_FILE" ]; then
1313
fi
1414

1515
cd "$CHECKOUT_BASE"
16-
export OCTOCATALOG_DIFF_CUSTOM_VERSION=$(git rev-parse HEAD)
16+
export OCTOCATALOG_DIFF_CUSTOM_VERSION="@$(git rev-parse HEAD)"
1717
bundle exec bin/octocatalog-diff --basedir "$CURRENT_PWD" $*

0 commit comments

Comments
 (0)