Skip to content

Commit

Permalink
don't exit early on interactive run success.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Mar 16, 2024
1 parent e3d5e35 commit b9128a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,6 @@ func execProviderBackups() {
if failed > 0 {
os.Exit(1)
}
os.Exit(0)
}
}

Expand Down

0 comments on commit b9128a4

Please sign in to comment.