mirror of
https://github.com/danbulant/api_docs
synced 2026-06-20 06:41: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
|
return 1
|
||||||
fi
|
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
|
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
|
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
|
return 1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue