Skip to content

Commit

Permalink
dev: ignore output_base return
Browse files Browse the repository at this point in the history
Release note: none.
Epic: none.
  • Loading branch information
dt committed Jun 28, 2023
1 parent b598c33 commit afa7d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [[ ! -f "$BINARY_PATH" ]]; then
chmod a+w $BINARY_PATH
fi

source "$(dirname "${0}")/tools/claim_output_base.sh"
source "$(dirname "${0}")/tools/claim_output_base.sh" || true

cd $THIS_DIR
$BINARY_PATH "$@"

0 comments on commit afa7d0b

Please sign in to comment.