Skip to content

Commit 459803d

Browse files
danielbachhubermarksabbath
authored andcommitted
Fix step definition
1 parent d41ee74 commit 459803d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/search-replace-export.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Feature: Search / replace with file export
2020
http://example.com
2121
"""
2222

23-
When I run `wp search-replace example.com example.net --skip-tables=wp_options --export
23+
When I run `wp search-replace example.com example.net --skip-tables=wp_options --export`
2424
Then STDOUT should not contain:
2525
"""
2626
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES

0 commit comments

Comments
 (0)