Skip to content

Commit b857e45

Browse files
committed
fix(rebuild): update sed delimiter for better readability in log output
1 parent f8daad5 commit b857e45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rebuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ destroy_module() {
511511
# Prefix every line of tofu output with the module name so it is easy to
512512
# identify which module produced a given log line in a long terminal session.
513513
tofu destroy -auto-approve "${extra_vars[@]}" 2>&1 \
514-
| sed "s/^/ [${dir}] /"
514+
| sed "s|^| [${dir}] |"
515515
) || warn "tofu destroy for $dir reported errors (continuing with teardown)"
516516

517517
success "Destroyed $dir"

0 commit comments

Comments
 (0)