Skip to content

Commit

Permalink
Update src/libstore/serve-protocol-impl.hh
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
  • Loading branch information
Ericson2314 and roberth committed Jan 22, 2024
1 parent 8916e53 commit b1f2d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstore/serve-protocol-impl.hh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ struct ServeProto::BasicClientConnection
* Just the request half, because Hydra may do other things between
* issuing the request and reading the `BuildResult` response.
*/
void buildDerivationRequest(
void putBuildDerivationRequest(
const Store & store,
const StorePath & drvPath, const BasicDerivation & drv,
const ServeProto::BuildOptions & options);
Expand Down

0 comments on commit b1f2d81

Please sign in to comment.