Skip to content

Commit c71c133

Browse files
committed
Minor fix
1 parent 404fee8 commit c71c133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/headscale/cli/nodes.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var ListNodesCmd = &cobra.Command{
5353
log.Fatalf("Error getting nodes: %s", err)
5454
}
5555

56-
fmt.Printf("name\tlast seen")
56+
fmt.Printf("name\t\tlast seen\n")
5757
for _, m := range *machines {
5858
fmt.Printf("%s\t%s\n", m.Name, m.LastSeen.Format("2006-01-02 15:04:05"))
5959
}

0 commit comments

Comments
 (0)