Skip to content

Commit 603d4cd

Browse files
anfedorovlord
authored andcommitted
Rename OS X to macOS in deploy.sh comment (#951)
1 parent 87b84e0 commit 603d4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ main() {
102102
return 1
103103
fi
104104

105-
# must use short form of flag in ls for compatibility with OS X and BSD
105+
# must use short form of flag in ls for compatibility with macOS and BSD
106106
if [[ -z `ls -A "$deploy_directory" 2> /dev/null` && -z $allow_empty ]]; then
107107
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
108108
return 1

0 commit comments

Comments
 (0)