forked from lix-project/lix
libexpr/flake: don't purple the flake.lock diff
Change-Id: I6f9471fb0ddd51fadb209ad970abd215238ba5c4
This commit is contained in:
parent
9adefa9de4
commit
e9960e147b
|
@ -659,9 +659,9 @@ LockedFlake lockFlake(
|
||||||
if (s.empty())
|
if (s.empty())
|
||||||
warn("updating lock file '%s'", outputLockFilePath);
|
warn("updating lock file '%s'", outputLockFilePath);
|
||||||
else
|
else
|
||||||
warn("updating lock file '%s':\n%s", outputLockFilePath, s);
|
warn("updating lock file '%s':\n%s", outputLockFilePath, Uncolored(s));
|
||||||
} else
|
} else
|
||||||
warn("creating lock file '%s':\n%s", outputLockFilePath, s);
|
warn("creating lock file '%s':\n%s", outputLockFilePath, Uncolored(s));
|
||||||
|
|
||||||
std::optional<std::string> commitMessage = std::nullopt;
|
std::optional<std::string> commitMessage = std::nullopt;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue