Skip to content

Commit 40d0f78

Browse files
author
Mrunal Patel
authored
Merge pull request #156 from Mashimiao/generate-fix-mount-cgroup-bug
generate: fix mount-cgroups bug
2 parents cf083cf + c4fb2c0 commit 40d0f78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generate/generate.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,7 @@ func (g *Generator) AddCgroupsMount(mountCgroupOption string) error {
855855
switch mountCgroupOption {
856856
case "ro":
857857
case "rw":
858+
break
858859
case "no":
859860
return nil
860861
default:

0 commit comments

Comments
 (0)