Skip to content

Commit ac76c20

Browse files
committed
Merge pull request #15 from petersohn/master
Add newline to the end.
2 parents 61fcb3c + 6becd70 commit ac76c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-fire

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fire() {
4242
git push --set-upstream "${remote}" "$(current_branch)" || true
4343
done
4444

45-
printf "\n\nLeave building!"
45+
printf "\n\nLeave building!\n"
4646
}
4747

4848
display_help() {

0 commit comments

Comments
 (0)