Skip to content

Commit ad4bbc9

Browse files
authored
Merge pull request #177 from henrywright/4541
Allow for `installation` as well as `install`
2 parents abdf379 + 71d4da9 commit ad4bbc9

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 install.
47+
Error: This is not a multisite install
4848
"""
4949
And the return code should be 1
5050

0 commit comments

Comments
 (0)