Skip to content

Commit c9d048b

Browse files
committed
Fix wp-cli-bundle branch name
1 parent 9a06612 commit c9d048b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foreach-bundle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
get_bundle_dependencies()
77
{
88
echo "wp-cli/wp-cli-bundle"
9-
curl --silent "https://raw.githubusercontent.com/wp-cli/wp-cli-bundle/master/composer.json" \
9+
curl --silent "https://raw.githubusercontent.com/wp-cli/wp-cli-bundle/main/composer.json" \
1010
| jq --raw-output '."require" | keys[] | select(startswith("wp-cli/"))'
1111
}
1212

0 commit comments

Comments
 (0)