Browse Source

fix: dev: [gogocarto] typo !minor

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

2
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

Loading…
Cancel
Save