Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwelin committed Jan 19, 2024
1 parent dbb2e19 commit 0eb6c01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ func RunCLI(args []string) {
templatePath: c.String("template-file"),
}
err := plan.run()
if err != nil {
return err
}

err = drift.run()
return err
},
Expand Down

0 comments on commit 0eb6c01

Please sign in to comment.