Skip to content

Commit

Permalink
Fix copy/paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge authored Jan 31, 2023
1 parent 198e9e4 commit 61e3b08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Tasks/BumpVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ public function run()
$exclude = explode(",", trim());
}

$exclude = explode(",", trim($this->getJConfig()->header->exclude));

$path = realpath($this->getJConfig()->source);
$fileTypes = explode(",", trim($this->getJConfig()->header->files));

Expand Down

0 comments on commit 61e3b08

Please sign in to comment.