Rename OS X to macOS in deploy.sh comment (#951)

This commit is contained in:
Andrey Fedorov 2018-02-05 10:51:09 -08:00 committed by Robert Lord
parent 87b84e0721
commit 603d4cd797

View file

@ -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