Skip to content

Commit 5c87af0

Browse files
committed
Fix conflicts
2 parents 60034b0 + c091d4b commit 5c87af0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

commit

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

3030
if [ "$IS_IGNORED" == false ]
3131
then
32-
echo "Commiting with branch name-> $CURRENT_BRANCH"
33-
eval $COMMIT_WITH_BRANCH
32+
echo "Commiting with branch name-> $CURRENT_BRANCH"
33+
eval $COMMIT_WITH_BRANCH
3434
else
35-
echo "Commiting with default branch"
36-
eval $DEFAULT_COMMIT
35+
echo "Commiting with default branch"
36+
eval $DEFAULT_COMMIT
3737
fi

0 commit comments

Comments
 (0)