Skip to content

Commit 45528b5

Browse files
committed
Adjust quotes
1 parent 158a8bb commit 45528b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/core.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Feature: Manage WordPress installation
209209
"""
210210
And the return code should be 0
211211
212-
When I run `wp eval 'echo $GLOBALS["current_site"]->domain;'`
212+
When I run `wp eval "echo $GLOBALS['current_site']->domain;"`
213213
Then STDOUT should be:
214214
"""
215215
foobar.org

0 commit comments

Comments
 (0)