We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b84e0 commit 603d4cdCopy full SHA for 603d4cd
deploy.sh
@@ -102,7 +102,7 @@ main() {
102
return 1
103
fi
104
105
- # 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
106
if [[ -z `ls -A "$deploy_directory" 2> /dev/null` && -z $allow_empty ]]; then
107
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
108
0 commit comments