Skip to content

Commit

Permalink
improved textation
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasLudvik committed Sep 27, 2024
1 parent 6de839e commit a16d410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/check-composer-json.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

if [ -f "../../parameters_monorepo.yaml" ]; then
echo 'Installing composer in monorepo project-base is not supported.'
echo 'Installing composer in the project-base subfolder in the monorepo is not supported. Install composer in the monorepo root instead.'
exit 1
fi

Expand Down

0 comments on commit a16d410

Please sign in to comment.