From a2a19a86aaa507f919c01429da03d7a723d67544 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Thu, 12 Nov 2020 18:15:43 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20typo:=20arugment=20=E2=86=92=20argument?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 94ac795..c2a9363 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -17,7 +17,7 @@ fi # For compatibility reasons if [ "$1" = "/backup.sh" ]; then - >&2 echo "Using /backup.sh is deprecated and will be removed in future versions! Please use \`manual\` as arugment instead" + >&2 echo "Using /backup.sh is deprecated and will be removed in future versions! Please use \`manual\` as argument instead" $BACKUP_CMD fi