We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbefff3 commit bc5dbbcCopy full SHA for bc5dbbc
1 file changed
features/package-install.feature
@@ -957,7 +957,7 @@ Feature: Install WP-CLI packages
957
958
Scenario: Install a package from a local zip
959
Given an empty directory
960
- And I run `curl -sS -L -o google-sitemap-generator-cli.zip https://github.com/wp-cli/google-sitemap-generator-cli/archive/main.zip`
+ And I run `curl -fSsL -o google-sitemap-generator-cli.zip https://github.com/wp-cli/google-sitemap-generator-cli/archive/main.zip`
961
962
When I run `wp package install google-sitemap-generator-cli.zip`
963
Then STDOUT should contain:
0 commit comments