diff --git a/cmd/mdmctl/get_app.go b/cmd/mdmctl/get_app.go index c1450835..24d4eb9f 100644 --- a/cmd/mdmctl/get_app.go +++ b/cmd/mdmctl/get_app.go @@ -14,7 +14,7 @@ import ( type appsTableOutput struct{ w *tabwriter.Writer } func (out *appsTableOutput) BasicHeader() { - fmt.Fprintf(out.w, "Name\t,ManifestURL\n") + fmt.Fprintf(out.w, "Name\tManifestURL\n") } func (out *appsTableOutput) BasicFooter() {