Skip to content

Commit

Permalink
Update repository location
Browse files Browse the repository at this point in the history
  • Loading branch information
rhennigan committed Aug 8, 2022
1 parent 699ce62 commit a840a05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/install_dependencies.wls
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ urlQ[ ___ ] := False;
toPacletCICDURL[ "latest" ] :=
Part[
URLExecute[
"https://api.github.com/repos/rhennigan/PacletCICD/releases/latest",
"https://api.github.com/repos/WolframResearch/PacletCICD/releases/latest",
"RawJSON"
],
"assets",
Expand All @@ -78,11 +78,11 @@ toPacletCICDURL[ "latest" ] :=
toPacletCICDURL[ vers_String ] :=
If[ StringMatchQ[ vers, (DigitCharacter..~~".")...~~(DigitCharacter..) ],
TemplateApply[
"https://github.com/rhennigan/PacletCICD/releases/download/v`1`/Wolfram__PacletCICD-`1`.paclet",
"https://github.com/WolframResearch/PacletCICD/releases/download/v`1`/Wolfram__PacletCICD-`1`.paclet",
{ vers }
],
TemplateApply[
"https://github.com/rhennigan/PacletCICD/archive/refs/heads/`1`.zip",
"https://github.com/WolframResearch/PacletCICD/archive/refs/heads/`1`.zip",
vers
]
];
Expand Down

0 comments on commit a840a05

Please sign in to comment.