Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
@ -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