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