From fd404fa2ea55b13505b8327df0a6311dede8061b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Wypch=C5=82o?= Date: Tue, 24 Nov 2020 14:51:20 +0100 Subject: [PATCH] wording: blank line -> new line --- scripts/blocklist-skylink.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/blocklist-skylink.sh b/scripts/blocklist-skylink.sh index 8cc19eda..f61f9816 100755 --- a/scripts/blocklist-skylink.sh +++ b/scripts/blocklist-skylink.sh @@ -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 #########################################################