Skip to content

Commit

Permalink
Merge pull request #1377 from SuperSandro2000/fix-doi-1375
Browse files Browse the repository at this point in the history
Fix doi resolution after #1375
  • Loading branch information
Ericson2314 authored May 21, 2024
2 parents 998df16 + 1b8154e commit 559376e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Hydra/Controller/Root.pm
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ sub realisations :Path('realisations') :Args(StrMatch[REALISATIONS_REGEX]) {

else {
my ($rawDrvOutput) = $realisation =~ REALISATIONS_REGEX;
my $rawRealisation = queryRawRealisation($rawDrvOutput);
my $rawRealisation = $MACHINE_LOCAL_STORE->queryRawRealisation($rawDrvOutput);

if (!$rawRealisation) {
$c->response->status(404);
Expand Down

0 comments on commit 559376e

Please sign in to comment.