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 d430955 commit fa8059bCopy full SHA for fa8059b
.github/workflows/test-autoreview.yml
@@ -97,7 +97,7 @@ jobs:
97
98
if [[ '${{ steps.normalize-starter-composer.conclusion }}' == 'failure' ]]; then
99
echo 'Normalization of starter composer.json encountered a problem.';
100
- echo 'Please run it locally: `composer normalize -d admin/framework`';
+ echo 'Please run it locally: `composer normalize -d admin/starter`';
101
exit 1;
102
fi
103
0 commit comments