Skip to content

Commit 4db3ed8

Browse files
GokceGKrubenhoenle
andauthored
Update internal/cmd/beta/logs/instance/list/list.go
Co-authored-by: Ruben Hönle <Ruben.Hoenle@stackit.cloud>
1 parent 4c6ac23 commit 4db3ed8

File tree

1 file changed

+1
-1
lines changed
  • internal/cmd/beta/logs/instance/list

1 file changed

+1
-1
lines changed

internal/cmd/beta/logs/instance/list/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func outputResult(p *print.Printer, outputFormat, projectLabel string, instances
129129

130130
table := tables.NewTable()
131131
table.SetHeader("NAME", "ID", "STATUS")
132-
for i := range instances {
132+
for _, instance := range instances {
133133
instance := instances[i]
134134

135135
instanceStatus := ""

0 commit comments

Comments
 (0)