summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pkg2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/pkg b/bin/pkg
index dc7cb7a..8641652 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -230,12 +230,10 @@ 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 {