mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Remove unnecessary 1-line comment
This commit is contained in:
@@ -19,7 +19,6 @@ func GetMerge3Runner(name string) *Merge3Runner {
|
||||
RunE: r.runE,
|
||||
}
|
||||
fixDocs(name, c)
|
||||
//r.Command = c
|
||||
c.Flags().StringVar(&r.ancestor, "ancestor", "",
|
||||
"Path to original package")
|
||||
c.Flags().StringVar(&r.fromDir, "from", "",
|
||||
|
||||
Reference in New Issue
Block a user