From b3c296f4c9c17848ac97e7c668cd2f2f5582ffbb Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Mon, 22 Nov 2021 10:29:14 +0100 Subject: [PATCH] fix: dev: [gogocarto] typo !minor 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 4bbf840..cb6e17e 100644 --- a/gogocarto/lib/common +++ b/gogocarto/lib/common @@ -22,7 +22,7 @@ gogocarto:init() { git config user.name "Root" || { err "Couldn't create directory ${GOGOCARTO_CODE}, or init it with git." return 1 - } + } fi if [ "$current_version" != "$GOGOCARTO_RELEASE" ]; then cd "${GOGOCARTO_CODE}" || return 1