Skip to content

Commit

Permalink
Update MicroweberComposerClientHelper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Sep 16, 2024
1 parent d886edb commit eebdf2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/Modules/Microweber/MicroweberComposerClientHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public function getComposerLicensedInstance()
public function getMicroweberDownloaderInstance()
{
$coreDownloader = new MicroweberDownloader();

if (setting('microweber.update_app_channel') == 'development') {
if (setting('microweber.update_app_channel') == 'beta') {
$coreDownloader->setReleaseSource(MicroweberDownloader::DEV_RELEASE);
} else {
$coreDownloader->setReleaseSource(MicroweberDownloader::STABLE_RELEASE);
Expand Down

0 comments on commit eebdf2c

Please sign in to comment.