diff options
Diffstat (limited to 'src/libcmd/cmd-profiles.cc')
-rw-r--r-- | src/libcmd/cmd-profiles.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcmd/cmd-profiles.cc b/src/libcmd/cmd-profiles.cc index 101064956..8a04100f6 100644 --- a/src/libcmd/cmd-profiles.cc +++ b/src/libcmd/cmd-profiles.cc @@ -244,7 +244,7 @@ StorePath ProfileManifest::build(ref<Store> store) /* Add the symlink tree to the store. */ StringSink sink; - dumpPath(tempDir, sink); + sink << dumpPath(tempDir); auto narHash = hashString(htSHA256, sink.s); |