Skip to content

Commit 71d4da9

Browse files
committed
Match both "install" and "installation" in standard error output
1 parent f6cd186 commit 71d4da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/scaffold.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Feature: WordPress code scaffolding
4444
When I try `wp scaffold child-theme hello-world --parent_theme=just-test --enable-network --quiet`
4545
Then STDERR should contain:
4646
"""
47-
Error: This is not a multisite installation.
47+
Error: This is not a multisite install
4848
"""
4949
And the return code should be 1
5050

0 commit comments

Comments
 (0)