Merge pull request #31076 from danbst/patch-14

containers: autoStart doc typo
This commit is contained in:
Jörg Thalheim
2017-11-01 10:27:20 +00:00
committed by GitHub
+1 -1
View File
@@ -537,7 +537,7 @@ in
type = types.bool; type = types.bool;
default = false; default = false;
description = '' description = ''
Wether the container is automatically started at boot-time. Whether the container is automatically started at boot-time.
''; '';
}; };