Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
kkga committed Sep 7, 2021
1 parent dbad7c4 commit 7e7e7a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ func List() {

for _, session := range sessions {
for _, client := range session.clients {
if client != "" {
fmt.Printf("%s\t%s\t%s\n", session.name, client, session.dir)
}
fmt.Printf("%s\t%s\t%s\n", session.name, client, session.dir)
}
}

Expand Down

0 comments on commit 7e7e7a4

Please sign in to comment.