Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansechrest committed Apr 29, 2024
1 parent 5ee351c commit 7eca38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/GitHubUpdater.php
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ public function _checkPluginUpdates(
// If none exist, exit
if (!is_array($plugins)) return false;

// If current is not managed by GitHubUpdater, exit
// If current plugin is not managed by GitHubUpdater, exit
if (!in_array($this->gitHubPath, $plugins)) return false;

// Get remote plugin file contents to read plugin header
Expand Down

0 comments on commit 7eca38f

Please sign in to comment.