Merge pull request #11611 from anicole/fix/grub-var-typo

grub: fix typo in variable name (trivial)
This commit is contained in:
Eelco Dolstra 2015-12-10 20:25:55 +01:00
commit 755e2f0fa8

View file

@ -470,7 +470,7 @@ in
] ++ flip concatMap cfg.mirroredBoots (args: [
{
assertion = args.devices != [ ];
message = "A boot path cannot have an empty devices string in ${arg.path}";
message = "A boot path cannot have an empty devices string in ${args.path}";
}
{
assertion = hasPrefix "/" args.path;