Skip to content

Commit 3790b50

Browse files
committed
fixup! tools: improve backport review script
1 parent 188dce4 commit 3790b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/actions/review_backport.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
BACKPORT_PR=$1
44

5-
[ -x "$(command -v gh)" ] || {
5+
[ -x "$(command -v gh || true)" ] || {
66
# shellcheck disable=SC2016
77
echo 'Missing required `gh` dependency' >&2
88
exit 1

0 commit comments

Comments
 (0)