Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
swissspidy committed Apr 5, 2024
commit 5c3216b477768173d1d5c0219d6c22a47ddb03e2
2 changes: 1 addition & 1 deletion features/package-install.feature
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ Feature: Install WP-CLI packages

When I try `wp package install https://example.com/non-existent-zip-asdfasdf.zip`
Then the return code should be 1
And STDERR should cintain:
And STDERR should contain:
"""
Error: Couldn't download package from 'https://example.com/non-existent-zip-asdfasdf.zip'
"""
Expand Down