Skip to content

Commit 4467e62

Browse files
committed
review
Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com>
1 parent f3ee133 commit 4467e62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/release-all/release-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ verify_clean_build() {
285285
msg "${indent}Verifying clean build on GitHub for $default_branch..."
286286
build_status=$(gh run list --repo "$repo_url" --branch "$default_branch" --limit 1 --json conclusion -q '.[0].conclusion' 2>/dev/null || echo "unknown")
287287
if [[ "$build_status" != "success" ]]; then
288-
do_fail "Build status for $default_branch: $build_status (expected: success)" "$indent"
288+
do_fail "${indent}Build status for $default_branch: $build_status (expected: success)" "$indent"
289289
fi
290290
}
291291

0 commit comments

Comments
 (0)