Skip to content

Commit 4a33e79

Browse files
authored
Update pipeline source URL to remote JSON
1 parent b551785 commit 4a33e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_html/launch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
$mainpage_container = false;
66
$error_msgs = [];
77
// Get available pipelines / releases
8-
$pipelines_json = json_decode(file_get_contents('pipelines.json'));
8+
$pipelines_json = json_decode(file_get_contents('https://nf-co.re/pipelines.json'));
99
$pipelines = [];
1010
foreach ($pipelines_json->remote_workflows as $wf) {
1111
if ($wf->archived) {

0 commit comments

Comments
 (0)