Merge pull request #232 from a-kenji/fix-typo

fix: typo
This commit is contained in:
Lassulus 2023-05-11 09:52:40 +02:00 committed by GitHub
commit 834b7b2a33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
name = lib.mkOption { name = lib.mkOption {
type = lib.types.str; type = lib.types.str;
default = config._module.args.name; default = config._module.args.name;
description = "Name of the volume gorup"; description = "Name of the volume group";
}; };
type = lib.mkOption { type = lib.mkOption {
type = lib.types.enum [ "lvm_vg" ]; type = lib.types.enum [ "lvm_vg" ];