mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-05 08:55:51 +08:00
committed by
Victor Vrantchan
parent
8d153ca7a7
commit
665e2b8bcc
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user