Skip to content

Commit fa8059b

Browse files
authored
Fix command
1 parent d430955 commit fa8059b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-autoreview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
9898
if [[ '${{ steps.normalize-starter-composer.conclusion }}' == 'failure' ]]; then
9999
echo 'Normalization of starter composer.json encountered a problem.';
100-
echo 'Please run it locally: `composer normalize -d admin/framework`';
100+
echo 'Please run it locally: `composer normalize -d admin/starter`';
101101
exit 1;
102102
fi
103103

0 commit comments

Comments
 (0)