From b102b171dac324e8f1b11cd15b6c7a3d4e511fbb Mon Sep 17 00:00:00 2001 From: Mason James Date: Wed, 12 Oct 2022 19:30:35 +1300 Subject: [PATCH] Bug 31729: Enable automatic filesystem refresh in Plack (2) Content-Type: text/plain; charset="utf-8" fix typo --- debian/scripts/koha-watcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/scripts/koha-watcher b/debian/scripts/koha-watcher index b21e40a16b..e68de6e26e 100755 --- a/debian/scripts/koha-watcher +++ b/debian/scripts/koha-watcher @@ -50,7 +50,7 @@ if [ -z $dir ]; then echo "Error: you must provide a directory name" exit elsif [ -z $instance ]; then - echo "Error: you must provide at least one instance name" + echo "Error: you must provide an instance name" exit fi -- 2.20.1