From eafb430a72690f889012931d13c847a2196ed77e Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 30 Apr 2024 13:33:37 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index e320f55..9c1bda5 100644 --- a/src/install.sh +++ b/src/install.sh @@ -569,7 +569,7 @@ detectImage() { local dsc dsc=$(printVersion "$DETECTED" "$DETECTED") - warn "got $dsc, but no matching $DETECTED.xml file exists, $FB." + warn "got $dsc, but no matching file called $DETECTED.xml exists, $FB." fi return 0