Skip to content

Commit 17538ff

Browse files
committed
don't use soft match in get_repo_slugs
1 parent 2490d32 commit 17538ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Git_Updater/Traits/GU_Trait.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ final protected function get_repo_slugs( $slug, $upgrader_object = null ) {
512512

513513
// Soft match, there may still be an exact $slug match.
514514
if ( in_array( $rename, $slug_check, true ) ) {
515-
$arr['slug'] = $repo->slug;
515+
// $arr['slug'] = $repo->slug;
516516
}
517517
}
518518

0 commit comments

Comments
 (0)