We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b16399 commit a58a8bbCopy full SHA for a58a8bb
1 file changed
cmd/ls.go
@@ -53,7 +53,7 @@ func newLs(lsOpts lsOpts) error {
53
if len(entries) < lsOpts.num {
54
lsOpts.num = len(entries)
55
}
56
- entries = entries[:lsOpts.num-1]
+ entries = entries[:lsOpts.num]
57
// TODO: replace with actual table
58
fmt.Println("version | install time")
59
fmt.Println("--------------------------------")
0 commit comments