Skip to content

Commit fa6d8c2

Browse files
committed
Fix another instance of typo
1 parent 77e0af5 commit fa6d8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/package-install.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ Feature: Install WP-CLI packages
10501050
When I try `wp package install https://github.com/wp-cli-test/private-repository.git`
10511051
Then STDERR should contain:
10521052
"""
1053-
Warning: Couldn't download composer.json file from 'https://raw.githubusercontent.com/wp-cli-test/private-repository/master/composer.json' (HTTP code 404). Presuming package name is 'wp-cli-tests/private-repository'.
1053+
Warning: Couldn't download composer.json file from 'https://raw.githubusercontent.com/wp-cli-test/private-repository/master/composer.json' (HTTP code 404). Presuming package name is 'wp-cli-test/private-repository'.
10541054
"""
10551055
10561056
When I try `wp package install non-existent-git-user-asdfasdf/non-existent-git-repo-asdfasdf`

0 commit comments

Comments
 (0)