wording: blank line -> new line

This commit is contained in:
Karol Wypchło 2020-11-24 14:51:20 +01:00 committed by GitHub
parent 24ab5063e0
commit fd404fa2ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -e # exit on first error
if [ -z "$1" ]; then
echo "Please provide either a skylink or file with skylinks separated by blank lines" && exit 1
echo "Please provide either a skylink or file with skylinks separated by new lines" && exit 1
fi
#########################################################