Browse Source

chg: [gogocarto] don't output all files, it is painful to debug

Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
pull/19/head
Valentin Lab 3 years ago
parent
commit
8200eb5778
  1. 2
      gogocarto/lib/common

2
gogocarto/lib/common

@ -32,7 +32,7 @@ gogocarto:init() {
err "Can't find the '.git' directory in ${GOGOCARTO_CODE}."
return 1
fi
curl -L "$GOGOCARTO_URL" | tar xjv || {
curl -L "$GOGOCARTO_URL" | tar xj || {
err "Couldn't download $GOGOCARTO_URL."
return 1
}

Loading…
Cancel
Save