diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2022-12-12 07:33:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-12 07:33:36 -0500 |
commit | 1879c7c95e14ffcda30810747f28f422f56a63e2 (patch) | |
tree | 82467a251d60cfe56325cb50121a889fa6bf7935 /src/libcmd/installables.cc | |
parent | 26534f141cb52adf0135e86c71628cdef844a57a (diff) | |
parent | c00fb26bed74531882c8f059094bf9e74a715c08 (diff) |
Merge branch 'master' into indexed-store-path-outputs
Diffstat (limited to 'src/libcmd/installables.cc')
-rw-r--r-- | src/libcmd/installables.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcmd/installables.cc b/src/libcmd/installables.cc index 176d655be..301e7bf4b 100644 --- a/src/libcmd/installables.cc +++ b/src/libcmd/installables.cc @@ -958,7 +958,7 @@ std::vector<std::pair<std::shared_ptr<Installable>, BuiltPathWithResult>> Instal case Realise::Outputs: { if (settings.printMissing) - printMissing(store, pathsToBuild, lvlInfo); + printMissing(store, pathsToBuild, lvlInfo); for (auto & buildResult : store->buildPathsWithResults(pathsToBuild, bMode, evalStore)) { if (!buildResult.success()) |