printer/yaml.go
changeset 83 57afac822019
parent 0 5abace724584
--- a/printer/yaml.go	Sun May 07 11:56:37 2017 +0200
+++ b/printer/yaml.go	Sun May 07 13:06:47 2017 +0200
@@ -18,7 +18,7 @@
 }
 
 // NewPrinterYAML returns a YAML ResourcePrinter
-func NewPrinterYAML(option string) (*YAMLPrinter, error) {
+func NewPrinterYAML(options Options) (*YAMLPrinter, error) {
 	return &YAMLPrinter{}, nil
 }