Merge pull request #1769 from influxdata/report_the_damn_error

fix: Report error to stderr in git-log-prs
pull/24376/head
kodiakhq[bot] 2021-06-21 16:30:18 +00:00 committed by GitHub
commit 9191a1a9d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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() {