forked from lix-project/lix
Compare commits
6 commits
f96864fa15
...
0b4a54242e
Author | SHA1 | Date | |
---|---|---|---|
Nikodem Rabuliński | 0b4a54242e | ||
Nikodem Rabuliński | c8009321bf | ||
Qyriad | 93b7edfd07 | ||
julia | 005ee33a9a | ||
Qyriad | 5ff076d8ad | ||
julia | 5b7dcb3005 |
|
@ -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.", inputToUpdate);
|
||||
warn("Input '%s' was specified multiple times. You may have done this by accident.");
|
||||
lockFlags.inputUpdates.insert(inputPath);
|
||||
}
|
||||
}},
|
||||
|
|
Loading…
Reference in a new issue