forked from lix-project/lix
Compare commits
4 commits
0b4a54242e
...
f96864fa15
Author | SHA1 | Date | |
---|---|---|---|
Nikodem Rabuliński | f96864fa15 | ||
Nikodem Rabuliński | 4f724566c9 | ||
Qyriad | cf48bd1b57 | ||
julia | f06685a89f |
|
@ -91,7 +91,7 @@ public:
|
|||
for (const auto & inputToUpdate : inputsToUpdate) {
|
||||
auto inputPath = flake::parseInputPath(inputToUpdate);
|
||||
if (lockFlags.inputUpdates.contains(inputPath))
|
||||
warn("Input '%s' was specified multiple times. You may have done this by accident.");
|
||||
warn("Input '%s' was specified multiple times. You may have done this by accident.", inputToUpdate);
|
||||
lockFlags.inputUpdates.insert(inputPath);
|
||||
}
|
||||
}},
|
||||
|
|
Loading…
Reference in a new issue