Skip to content

Commit

Permalink
try: Add extra level of indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
a1346054 authored and mgree committed Jul 18, 2023
1 parent ebb6e8c commit 72c9d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions try
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ commit() {
# shellcheck disable=SC2181
if [ "$?" -ne 0 ]
then
warn "couldn't commit $changed_file"
TRY_EXIT_STATUS=1
warn "couldn't commit $changed_file"
TRY_EXIT_STATUS=1
fi
done <<EOF
$summary_output
Expand Down

0 comments on commit 72c9d94

Please sign in to comment.