summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pkg4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pkg b/bin/pkg
index f78ff98..3269ed0 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -252,8 +252,8 @@ function vcs_branch_master {
}
if [[ $branch != master ]] {
warn "$1: The currently checked out branch is not master, but '$branch'\n" \
- "Currently, pkg can only operate on the branch master\n" \
- " -> skipping repo, please fix manually or report a bug\n"
+ "Currently, with GIT_USE_ORIGIN=0, pkg can only operate on the branch master\n" \
+ " -> skipping repo, please fix manually\n"
return 1
}
}