Skip to content

Commit 8e7d4a3

Browse files
Merge pull request #6 from wp-cli/5-use-ssh-url
Change from clone_url to ssh_url when fetching repos
2 parents c88c4b0 + e5b0ee4 commit 8e7d4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.maintenance/clone-all-repositories.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
if ( ! is_dir( $repository->name ) ) {
2626
printf( "Fetching \033[32mwp-cli/{$repository->name}\033[0m...\n" );
27-
system( "git clone {$repository->clone_url}" );
27+
system( "git clone {$repository->ssh_url}" );
2828
}
2929

3030
$update_folders[] = $repository->name;

0 commit comments

Comments
 (0)