Skip to content

Commit

Permalink
Change
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Mar 27, 2024
1 parent 5a37cfd commit 87b1918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ func main() {
defer source.Close()

if err = source.Run(ctx, writer); err != nil {
logger.Fatal(fmt.Sprintf("Failed to run %s -> %s", cfg.Source, cfg.Destination), slog.Any("err", err))
logger.Fatal("Failed to run", slog.Any("err", err))
}
}

0 comments on commit 87b1918

Please sign in to comment.