Skip to content

Commit

Permalink
Rename OS X to macOS in deploy.sh comment (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
anfedorov authored and lord committed Feb 5, 2018
1 parent 87b84e0 commit 603d4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 603d4cd

Please sign in to comment.