Fix typo in cloudron-setup

This commit is contained in:
Johannes Zellner
2017-02-12 20:48:36 +01:00
parent a7e998c030
commit 2f1998fa67

View File

@@ -129,7 +129,7 @@ echo " Join us at https://chat.cloudron.io for any questions."
echo ""
if [[ "${initBaseImage}" == "true" ]]; then
echo "=> Updating apt and installing script dependancies"
echo "=> Updating apt and installing script dependencies"
if ! apt-get update &>> "${LOG_FILE}"; then
echo "Could not update package repositories"
exit 1