summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgit-synk4
1 files changed, 1 insertions, 3 deletions
diff --git a/git-synk b/git-synk
index 72b2e7d..9766821 100755
--- a/git-synk
+++ b/git-synk
@@ -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