We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e2b57 commit 1c36be1Copy full SHA for 1c36be1
http-tests/admin/packages/install-package-stylesheet.sh
@@ -23,7 +23,7 @@ echo "Install status: $install_status (expected: $STATUS_SEE_OTHER)"
23
echo "$install_status" | grep -q "$STATUS_SEE_OTHER"
24
25
echo "### STEP 2.5: Verifying stylesheet file exists"
26
-docker-compose exec linkeddatahub ls -l webapps/ROOT/static/com/linkeddatahub/packages/skos
+docker compose exec linkeddatahub ls -l webapps/ROOT/static/com/linkeddatahub/packages/skos
27
28
# verify package stylesheet was installed (should return 200)
29
echo "### STEP 3: Verifying package stylesheet exists"
0 commit comments