Skip to content

Commit

Permalink
[TMP]: Tweak a file
Browse files Browse the repository at this point in the history
Trigger a rebuild
  • Loading branch information
Théophane Hufschmitt committed Feb 28, 2024
1 parent 4c35ca4 commit e1f52a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libstore/ssh.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ SSHMaster::SSHMaster(const std::string & host, const std::string & keyFile, cons
if (host == "" || hasPrefix(host, "-"))
throw Error("invalid SSH host name '%s'", host);


auto state(state_.lock());
state->tmpDir = std::make_unique<AutoDelete>(createTempDir("", "nix", true, true, 0700));
}
Expand Down

0 comments on commit e1f52a4

Please sign in to comment.