summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pkg2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/pkg b/bin/pkg
index f1a7ddc..97431b4 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -230,10 +230,12 @@ function vcs_log {
function vcs_upgrade {
git pull $PKG_ROOT/${PWD:t} master
+ git remote update
}
function vcs_push {
git push $PKG_ROOT/${PWD:t} master
+ git remote update
}
function vcs_status {