Add possible provider 'digitalocean'

This commit is contained in:
Johannes
2016-10-28 11:21:58 +02:00
parent 7672bc0c40
commit 9768f8171c
+1 -1
View File
@@ -40,7 +40,7 @@ if [[ -z "${domain}" ]]; then
fi
if [[ -z "${provider}" ]]; then
echo "--provider is required ('generic', 'scaleway', 'ec2')"
echo "--provider is required ('generic', 'scaleway', 'ec2', 'digitalocean')"
exit 1
fi