mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Rename OS X to macOS in deploy.sh comment (#951)
This commit is contained in:
parent
87b84e0721
commit
603d4cd797
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue