Skip to content

Commit c091d4b

Browse files
committed
fix: indentation
1 parent c4fa88d commit c091d4b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

commit

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ DEFAULT_COMMIT="git commit -m \"$1\""
88

99
if [ "$CURRENT_BRANCH" != "dev" ] && [ "$CURRENT_BRANCH" != "master" ] && [ "$CURRENT_BRANCH" != "qa" ] && [ "$CURRENT_BRANCH" != "uat" ] && [ "$CURRENT_BRANCH" != "staging" ]
1010
then
11-
echo "Commiting with branch name-> $CURRENT_BRANCH"
12-
eval $COMMIT_WITH_BRANCH
11+
echo "Commiting with branch name-> $CURRENT_BRANCH"
12+
eval $COMMIT_WITH_BRANCH
1313
else
1414
echo "Commiting with default branch"
15-
eval $DEFAULT_COMMIT
15+
eval $DEFAULT_COMMIT
1616
fi

0 commit comments

Comments
 (0)