Skip to content

Commit e5b0ee4

Browse files
committed
Change from clone_url to ssh_url when fetching repos
1 parent c88c4b0 commit e5b0ee4

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)