From 72c9d94dbb8ffacc045148eb5776b0904bfeb123 Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Fri, 14 Jul 2023 14:28:04 +0000 Subject: [PATCH] try: Add extra level of indentation --- try | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/try b/try index ec0c3c4c..34fc8061 100755 --- a/try +++ b/try @@ -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 <