From 603d4cd797abc76e09962bb8c4818a278fcc2fb2 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Mon, 5 Feb 2018 10:51:09 -0800 Subject: [PATCH] Rename OS X to macOS in deploy.sh comment (#951) --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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