Skip to content

Commit 5f9557e

Browse files
jll63Copilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 479a5c9 commit 5f9557e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/build_antora.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if [ -n "${BOOST_SRC_DIR:-}" ]; then
5050
LIB=$(basename "$(git rev-parse --show-toplevel)")
5151
REPOSITORY="${ACCOUNT}/${LIB}"
5252
fi
53-
SHA=$(git -C "$BOOST_SRC_DIR/libs" ls-tree HEAD | grep openmethod | awk '{print $3}')
53+
SHA=$(git -C "$BOOST_SRC_DIR/libs" ls-tree HEAD | grep -w openmethod | awk '{print $3}')
5454
elif [ -n "${GITHUB_REPOSITORY:-}" ]; then
5555
REPOSITORY="${GITHUB_REPOSITORY}"
5656
SHA="${GITHUB_SHA}"

0 commit comments

Comments
 (0)