Skip to content

Commit

Permalink
Merge branch 'nix-2.22' into nix-2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Oct 21, 2024
2 parents 95003f2 + 60dd7ec commit 8515cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hydra-queue-runner/hydra-queue-runner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ void State::parseMachines(const std::string & contents)
std::move(mandatoryFeatures),
// `sshPublicHostKey`
tokens[7] != "" && tokens[7] != "-"
? base64Decode(tokens[7])
? tokens[7]
: "",
});

Expand Down

0 comments on commit 8515cb1

Please sign in to comment.