From 9529aef43b964dd535410227f99fccb04a31e1be Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 1 May 2017 17:22:17 -0400 Subject: bugfix: gitget: message There's no test for this one because it's a prose string. --- src/gitget/gitget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gitget/gitget b/src/gitget/gitget index 7a0f0bf..6a4b9d1 100755 --- a/src/gitget/gitget +++ b/src/gitget/gitget @@ -89,7 +89,7 @@ download_git_checkout() { msg2 "Updating %s %s repo..." "${name}" "git" if ! { git fetch --all -p && git checkout "$ref" && git pull origin "$ref"; } ; then # only warn on failure to allow offline builds - warning "Failure while updating %s %s repo" "${repo}" "git" + warning "Failure while updating %s %s repo" "${name}" "git" fi fi } -- cgit v1.2.2