Skip to content

Commit

Permalink
Merge pull request #183 from wking/generate-fix-mount-cgroup-bug
Browse files Browse the repository at this point in the history
[1.0.0.rc1] generate: fix mount-cgroups bug
  • Loading branch information
Mrunal Patel authored Aug 4, 2016
2 parents 2a8f316 + 56a65bd commit 52c9e15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,7 @@ func (g *Generator) AddCgroupsMount(mountCgroupOption string) error {
switch mountCgroupOption {
case "ro":
case "rw":
break
case "no":
return nil
default:
Expand Down

0 comments on commit 52c9e15

Please sign in to comment.