Skip to content
Prev Previous commit
address PR comments
  • Loading branch information
DiogoFerrao committed Apr 23, 2024
commit 965dd612352bc33975ee5d69f9ee14ad88d5be47
2 changes: 1 addition & 1 deletion internal/cmd/argus/scrape-config/describe/describe.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func outputResult(p *print.Printer, outputFormat string, config *argus.Job) erro
}
table.AddSeparator()
for i, target := range targets {
table.AddRow(fmt.Sprintf("TARGET %d", i+1), target)
table.AddRow(fmt.Sprintf("TARGET #%d", i+1), target)
table.AddSeparator()
}

Expand Down