diff --git a/deploy.sh b/deploy.sh index 95fd1843d48..f122ba7ce62 100755 --- a/deploy.sh +++ b/deploy.sh @@ -102,7 +102,7 @@ main() { return 1 fi - # must use short form of flag in ls for compatibility with OS X and BSD + # must use short form of flag in ls for compatibility with macOS and BSD if [[ -z `ls -A "$deploy_directory" 2> /dev/null` && -z $allow_empty ]]; then echo "Deploy directory '$deploy_directory' is empty. Aborting. If you're sure you want to deploy an empty tree, use the --allow-empty / -e flag." >&2 return 1