diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-09-12 09:19:02 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-09-12 09:19:02 +0200 |
commit | 69d51e3294aa46c063564d73e6016aaae7f33c59 (patch) | |
tree | 1f527abcded641c81e821d1568c3023a38152780 /git-synk | |
parent | 533e54d2133751acbce548c08cbdeb6a418125ff (diff) | |
download | bin-69d51e3294aa46c063564d73e6016aaae7f33c59.zip bin-69d51e3294aa46c063564d73e6016aaae7f33c59.tar.gz |
git-sync: simplify
Diffstat (limited to 'git-synk')
-rwxr-xr-x | git-synk | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -46,7 +46,7 @@ function success() { } function fail() { - echo -e "${RED}$1 ${RESET}${CYAN}leave${RESET}\n" + echo -e "${RED}$1 ${RESET}${CYAN}leave${RESET}" } function search_remote() { @@ -105,7 +105,5 @@ for path in ${REPOS_PATHS}; do gc || continue pull || continue push || continue - echo -e " leave ${BROWN}${dir}${RESET}\n" done - echo -e "leave ${BROWN}${path}${RESET}" done |