Skip to content

Commit dbe6503

Browse files
committed
use double quotes
1 parent 60b6e94 commit dbe6503

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/server.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Feature: Serve WordPress locally
4545
Scenario: Pretty permalinks
4646
Given a WP install
4747
And I launch in the background `wp server --host=localhost --port=8183`
48-
And I run `wp rewrite structure '/%postname%/'`
48+
And I run `wp rewrite structure "/%postname%/"`
4949

5050
When I run `wp rewrite list`
5151
Then STDOUT should contain:

0 commit comments

Comments
 (0)