From 204500117d6cf17de3f564879d4809ce45521145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Thu, 19 Sep 2024 08:41:15 +0200 Subject: [PATCH] Typo fix --- scripts/update_lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_lib.sh b/scripts/update_lib.sh index 6c1ede0..1290b0c 100755 --- a/scripts/update_lib.sh +++ b/scripts/update_lib.sh @@ -3,7 +3,7 @@ if [ ! -d lib/updfparser ] ; then echo "Some libraries are missing" echo "You must run this script at the top of libgourou working direcotry." - echo "./lib/setup.sh must be called first (make all)" + echo "./scripts/setup.sh must be called first (make all)" exit 1 fi