Skip to content

Commit 4d82379

Browse files
committed
Bugfix in log output
1 parent 4a1c85c commit 4d82379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EasyKey.git/ezk-git-functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function mergeChanges () {
8181
echo "... nothing to merge ..."
8282
elif [ $behind_count -gt 0 ]; then
8383
echo "Your current branch '$current_branch' is behind of its remote counterpart."
84-
coloredLog " MERGE RECOMMENDED " "$clrPurple" "$clrWhite"
84+
coloredLog " MERGE RECOMMENDED " "$clrPurple" "$clrWhite" && printf "\n\r"
8585
diffDrillDownAdvanced "git diff --name-status origin/$actual $actual" "awk '{print \$2}'" "origin/$actual" "$actual"
8686
executeCommand "git diff --name-status origin/$actual $actual"
8787
read -p "Merge (y/n)? " -n 1 -r

0 commit comments

Comments
 (0)