Skip to content

Commit

Permalink
add an empty line before the error message
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed May 22, 2020
1 parent 0127fd2 commit 0e70dbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitstatus.plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ function gitstatus_start() {
}

if ! gitstatus_start_impl; then
echo "" >&2
echo "gitstatus_start: failed to start gitstatusd" >&2
[[ -z "${req_fifo:-}" ]] || command rm -f "$req_fifo"
[[ -z "${resp_fifo:-}" ]] || command rm -f "$resp_fifo"
Expand Down

0 comments on commit 0e70dbc

Please sign in to comment.