summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/gitget/gitget2
1 files changed, 1 insertions, 1 deletions
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
}