Skip to content

Commit

Permalink
fix: rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
vknabel committed Jul 9, 2024
1 parent 144c135 commit 612b4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/duros-seed/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func main() {
}
durosConfig.ByteCredentials = creds
}
durosClient, err := duros.Dial(ctx, durosConfig)
durosClient, err := duros.Dial(durosConfig)
if err != nil {
l.Error("cannot connect to duros api", "err", err)
os.Exit(1)
Expand Down

0 comments on commit 612b4ba

Please sign in to comment.