From 33cc6cb2306da94f9ea0223f258720fe4c5722f2 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 18 Dec 2020 23:43:26 +0100 Subject: [PATCH] Uhoh this is in package_path --- lib/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tests.sh b/lib/tests.sh index b680ebf..047ef7e 100644 --- a/lib/tests.sh +++ b/lib/tests.sh @@ -34,7 +34,7 @@ _INSTALL_APP () { # (Legacy stuff ... We don't override is_public if its type is not boolean) [[ "$key" == "is_public" ]] \ - && [[ "$(jq -r '.arguments.install[] | select(.name=="is_public") | .type' manifest.json)" != "boolean" ]] \ + && [[ "$(jq -r '.arguments.install[] | select(.name=="is_public") | .type' $package_path/manifest.json)" != "boolean" ]] \ && continue install_args=$(echo $install_args | sed "s@$key=[^&]*\&@$key=$value\&@")