diff --git a/scripts/cloudron-setup b/scripts/cloudron-setup index b653669b9..f42f91965 100755 --- a/scripts/cloudron-setup +++ b/scripts/cloudron-setup @@ -45,7 +45,7 @@ if [[ -z "${domain}" ]]; then fi if [[ -z "${provider}" ]]; then - echo "--provider is required ('generic', 'scaleway', 'ec2', 'digitalocean')" + echo "--provider is required (generic, scaleway, ec2, digitalocean)" exit 1 fi