From e6cbe1ac602d8e17f5b40c74ce21122549ea78e1 Mon Sep 17 00:00:00 2001 From: shark Date: Sun, 24 Nov 2019 23:24:41 +0000 Subject: [PATCH] lowercase r in rsync --- bedrock-linux-99.99.99-x86_64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bedrock-linux-99.99.99-x86_64.sh b/bedrock-linux-99.99.99-x86_64.sh index 0586281..f95c35e 100644 --- a/bedrock-linux-99.99.99-x86_64.sh +++ b/bedrock-linux-99.99.99-x86_64.sh @@ -36,5 +36,5 @@ if brl which rsync 2>&1 > /dev/null; then echo "Done!" exit_success else - abort "Rsync must be installed!" + abort "rsync must be installed!" fi \ No newline at end of file