Skip to content

Commit fa48272

Browse files
authored
Merge pull request #21 from TheMeier/urfave_v3
fix: error in merge conflict resolution
2 parents a900bd9 + f527a0c commit fa48272

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

downdetector-exporter.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ func main() {
166166
Usage: "print version information and exit",
167167
}
168168

169-
app := &cli.App{
170-
Authors: []*cli.Author{
171-
{
172-
Name: "Torben Frey",
173-
Email: "torben@torben.dev",
169+
app := &cli.Command{
170+
Authors: []any{
171+
mail.Address{
172+
Name: "Torben Frey",
173+
Address: "torben@torben.dev",
174174
},
175175
},
176176
Commands: nil,

0 commit comments

Comments
 (0)