Skip to content

Commit c3d2fa3

Browse files
authored
Apply suggestion from @swissspidy
1 parent 4c7f08c commit c3d2fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/site-create.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Feature: Create a new site on a WP multisite
209209
Scenario: Create site with different domain in subdirectory multisite shows warning
210210
Given a WP multisite subdirectory install
211211
212-
When I run `wp site create --site-url=http://custom.example.com/mypath/`
212+
When I try `wp site create --site-url=http://custom.example.com/mypath/`
213213
Then STDERR should contain:
214214
"""
215215
Warning: Using a different domain for a subdirectory multisite install may require additional configuration

0 commit comments

Comments
 (0)