Skip to content

Commit 09f9227

Browse files
committed
Fix indentation
1 parent 4df22f3 commit 09f9227

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/aliases.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -648,9 +648,9 @@ Feature: Create shortcuts to specific WordPress installs
648648

649649
When I run `wp cli alias add hello --set-path=/path/to/wordpress`
650650
Then STDOUT should be:
651-
"""
652-
Success: Added '@hello' alias.
653-
"""
651+
"""
652+
Success: Added '@hello' alias.
653+
"""
654654

655655
When I run `wp eval --skip-wordpress 'echo realpath( getenv( "RUN_DIR" ) );'`
656656
Then save STDOUT as {TEST_DIR}

0 commit comments

Comments
 (0)