summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pkg')
-rwxr-xr-xbin/pkg4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pkg b/bin/pkg
index 7e8a7b6..f1a7ddc 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -229,11 +229,11 @@ function vcs_log {
}
function vcs_upgrade {
- git pull $PKG_ROOT/${PWD:t}
+ git pull $PKG_ROOT/${PWD:t} master
}
function vcs_push {
- git push $PKG_ROOT/${PWD:t}
+ git push $PKG_ROOT/${PWD:t} master
}
function vcs_status {