fix: Report error to stderr in git-log-prs

pull/24376/head
Marko Mikulicic 2021-06-21 18:18:50 +02:00
parent bed6ec8c31
commit b77f054a5f
No known key found for this signature in database
GPG Key ID: D02A41F91A687DB3
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ ensure_command_gh() {
echo "Other OS:"
echo " see https://github.com/cli/cli"
exit 1
}
} >&2
}
get_title() {