Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit df679ae

Browse files
authored
chore: Use RunContext (#288)
1 parent 9e53a24 commit df679ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/instadiff-cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func main() {
4444
app.After = onExit(ctx)
4545
app.Before = printHeader(ctx)
4646

47-
if err := app.Run(os.Args); err != nil {
47+
if err := app.RunContext(ctx, os.Args); err != nil {
4848
log.WithError(ctx, err).Fatal("Failed to run")
4949
}
5050
}

0 commit comments

Comments
 (0)