diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2015-07-02 00:30:16 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-07-02 22:53:01 +0200 |
commit | 0dccab9f417b406f5d4aedc81900fc7b2f16c9f6 (patch) | |
tree | b22bbc060426f916193bb9d0321487b66f5ed9cb | |
parent | 2cd28517b13524c242c7758783b0b2d8250fdded (diff) | |
download | guix-nix.tar.gz |
Typo nix
-rw-r--r-- | nix/libstore/build.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/libstore/build.cc b/nix/libstore/build.cc index 5c05d8fa85..a9eedcef16 100644 --- a/nix/libstore/build.cc +++ b/nix/libstore/build.cc @@ -548,7 +548,7 @@ void UserLock::acquire() int err = getgrouplist(pw->pw_name, pw->pw_gid, supplementaryGIDs.data(), &ngroups); if (err == -1) - throw Error(format("failed to get list of supplementary groups for ‘%1’") % pw->pw_name); + throw Error(format("failed to get list of supplementary groups for ‘%1%’") % pw->pw_name); supplementaryGIDs.resize(ngroups); |