From 8200eb577826bc1c234c62e8f4ad6ab645a1dd20 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Mon, 22 Nov 2021 10:28:24 +0100 Subject: [PATCH] chg: [gogocarto] don't output all files, it is painful to debug Signed-off-by: Valentin Lab --- gogocarto/lib/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gogocarto/lib/common b/gogocarto/lib/common index ff983092..4bbf840b 100644 --- a/gogocarto/lib/common +++ b/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 }