File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ public function run(IOutput $output) {
104
104
105
105
$ output ->advance (1 , 'Downloading app binary ' );
106
106
$ 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 '
108
108
. $ this ->appManager ->getAppVersion (Application::APP_ID , false )
109
109
. '/ ' . Application::APP_ID . '_ ' . $ this ->cpaUtils ->getBinaryName () . '.gz ' ;
110
110
$ this ->cpaUtils ->downloadPythonBinary (
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public function run(IOutput $output) {
76
76
$ output ->warning ('This step may take some time ' );
77
77
$ this ->appDataService ->createAppDataFolder ('binaries ' );
78
78
$ 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 '
80
80
. $ this ->appManager ->getAppVersion (Application::APP_ID , false )
81
81
. '/ ' . Application::APP_ID . '_ ' . $ this ->cpaUtils ->getBinaryName () . '.gz ' ;
82
82
$ this ->cpaUtils ->downloadPythonBinary (
You can’t perform that action at this time.
0 commit comments