summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-12-23 12:15:51 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2008-12-23 12:15:51 +0100
commit45b30c3d586cb32c2848a5582ffe509ff74084c5 (patch)
tree430809d4835e21028d06736a4b0ee938900ca855 /bin/pkg
parenta9d79abfa0758fc50727adb13e510d33697646eb (diff)
bin/pkg: Don't explicitly operate on branch master
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 f1a7ddc..7e8a7b6 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -229,11 +229,11 @@ function vcs_log {
}
function vcs_upgrade {
- git pull $PKG_ROOT/${PWD:t} master
+ git pull $PKG_ROOT/${PWD:t}
}
function vcs_push {
- git push $PKG_ROOT/${PWD:t} master
+ git push $PKG_ROOT/${PWD:t}
}
function vcs_status {