We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b322509 commit 9aada78Copy full SHA for 9aada78
pkg/config/engine/containerd/config_drop_in.go
@@ -88,7 +88,7 @@ func (c *ConfigWithDropIn) RemoveRuntime(name string) error {
88
return c.Interface.RemoveRuntime(name)
89
}
90
91
-// flush saves the top-level config to it's path.
+// flush saves the top-level config to its path.
92
// If the config is empty, the file will be deleted.
93
func (c *topLevelConfig) flush() error {
94
_, err := c.config.Save(c.path)
0 commit comments