Skip to content

Commit

Permalink
fix: updater plugin references
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderdekroon committed Apr 4, 2023
1 parent 14ffe1f commit 0b4448b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Base/Foundation/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ protected function checkForUpdate()

try {
$updater = PucFactory::buildUpdateChecker(
'https://github.com/OpenWebconcept/plugin-openpub-base/',
$this->rootPath . '/openpub-base.php',
'openpub-base'
'https://github.com/OpenWebconcept/plugin-pdc-base/',
$this->rootPath . '/pdc-base.php',
'pdc-base'
);

$updater->getVcsApi()->enableReleaseAssets();
Expand Down

0 comments on commit 0b4448b

Please sign in to comment.