Fixed formatting in mdmctl for #240 (#250)

Closes #240
This commit is contained in:
Nate Walck
2017-10-17 08:20:56 -04:00
committed by Victor Vrantchan
parent 8d153ca7a7
commit 665e2b8bcc

View File

@@ -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() {