Skip to content

Commit

Permalink
well that was stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen committed Oct 13, 2024
1 parent c35b887 commit 6fec9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Git_Updater/Traits/GU_Trait.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ final public function override_dot_org( $type, $repo ) {
* @since 12.x.0
* @param bool Default is false. Do not ignore updates from dot org.
*/
return ! $dot_org_master || $override || apply_filter( 'gu_ignore_dot_org', false );
return ! $dot_org_master || $override || apply_filters( 'gu_ignore_dot_org', false );
}

/**
Expand Down

0 comments on commit 6fec9c1

Please sign in to comment.