Skip to content

Commit b76a388

Browse files
authored
Update links after repo transfer (#112)
1 parent df38bc9 commit b76a388

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Migration/AppDataInitializationStep.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function run(IOutput $output) {
104104

105105
$output->advance(1, 'Downloading app binary');
106106
$output->warning('This step may take some time');
107-
$url = 'https://github.com/andrey18106/mediadc/releases/download/v'
107+
$url = 'https://github.com/cloud-py-api/mediadc/releases/download/v'
108108
. $this->appManager->getAppVersion(Application::APP_ID, false)
109109
. '/' . Application::APP_ID . '_' . $this->cpaUtils->getBinaryName() . '.gz';
110110
$this->cpaUtils->downloadPythonBinary(

lib/Migration/AppUpdateStep.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function run(IOutput $output) {
7676
$output->warning('This step may take some time');
7777
$this->appDataService->createAppDataFolder('binaries');
7878
$this->appDataService->createAppDataFolder('logs');
79-
$url = 'https://github.com/andrey18106/mediadc/releases/download/v'
79+
$url = 'https://github.com/cloud-py-api/mediadc/releases/download/v'
8080
. $this->appManager->getAppVersion(Application::APP_ID, false)
8181
. '/' . Application::APP_ID . '_' . $this->cpaUtils->getBinaryName() . '.gz';
8282
$this->cpaUtils->downloadPythonBinary(

0 commit comments

Comments
 (0)