Skip to content

Commit 894a136

Browse files
committed
Fix indentation
1 parent 6b73612 commit 894a136

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

commit

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ done
4141

4242
if [ "$IS_IGNORED" == false ]
4343
then
44-
echo "Commiting with branch name -> $CURRENT_BRANCH"
45-
eval $COMMIT_WITH_BRANCH
44+
echo "Commiting with branch name -> $CURRENT_BRANCH"
45+
eval $COMMIT_WITH_BRANCH
4646
else
47-
echo "Commiting with default branch"
48-
eval $DEFAULT_COMMIT
47+
echo "Commiting with default branch"
48+
eval $DEFAULT_COMMIT
4949
fi

0 commit comments

Comments
 (0)