diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-23 12:15:51 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-23 12:15:51 +0100 |
commit | 45b30c3d586cb32c2848a5582ffe509ff74084c5 (patch) | |
tree | 430809d4835e21028d06736a4b0ee938900ca855 /bin/pkg | |
parent | a9d79abfa0758fc50727adb13e510d33697646eb (diff) |
bin/pkg: Don't explicitly operate on branch master
Diffstat (limited to 'bin/pkg')
-rwxr-xr-x | bin/pkg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |