diff options
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ vcs_incoming () { vcs_update () { [ -d .hg ] && hg --quiet pull --update - [ -d .git ] && git --quiet pull + [ -d .git ] && git pull } |
index : caretaker | ||
Distributed dotfile and script manager | derf |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/pkg | 2 |
@@ -135,7 +135,7 @@ vcs_incoming () { vcs_update () { [ -d .hg ] && hg --quiet pull --update - [ -d .git ] && git --quiet pull + [ -d .git ] && git pull } |