Skip to content

Commit 1c36be1

Browse files
committed
Fixed Docker command
1 parent a6e2b57 commit 1c36be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-tests/admin/packages/install-package-stylesheet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ echo "Install status: $install_status (expected: $STATUS_SEE_OTHER)"
2323
echo "$install_status" | grep -q "$STATUS_SEE_OTHER"
2424

2525
echo "### STEP 2.5: Verifying stylesheet file exists"
26-
docker-compose exec linkeddatahub ls -l webapps/ROOT/static/com/linkeddatahub/packages/skos
26+
docker compose exec linkeddatahub ls -l webapps/ROOT/static/com/linkeddatahub/packages/skos
2727

2828
# verify package stylesheet was installed (should return 200)
2929
echo "### STEP 3: Verifying package stylesheet exists"

0 commit comments

Comments
 (0)