From b77f054a5f411d8d277cb608fe61843e17f28d3c Mon Sep 17 00:00:00 2001 From: Marko Mikulicic Date: Mon, 21 Jun 2021 18:18:50 +0200 Subject: [PATCH] fix: Report error to stderr in git-log-prs --- scripts/git-log-prs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/git-log-prs b/scripts/git-log-prs index 2ee393c83a..b721b4baac 100755 --- a/scripts/git-log-prs +++ b/scripts/git-log-prs @@ -30,7 +30,7 @@ ensure_command_gh() { echo "Other OS:" echo " see https://github.com/cli/cli" exit 1 - } + } >&2 } get_title() {