* Fix missing semicolon.

svn path=/nixos/trunk/; revision=33933
This commit is contained in:
Eelco Dolstra 2012-04-26 14:53:58 +00:00
parent 4d07f159a1
commit 836fa3b6ae

View File

@ -63,7 +63,7 @@ in
device = mkOption {
example = "/dev/sda2";
type = types.string;
description = "Path of the underlying block device."
description = "Path of the underlying block device.";
};
preLVM = mkOption {