mirror of
https://github.com/turbot/steampipe.git
synced 2026-04-09 10:00:06 -04:00
Update check runs with every execution. Update fdw version #304
This commit is contained in:
@@ -15,6 +15,10 @@ type Runner struct {
|
||||
shouldRun bool
|
||||
}
|
||||
|
||||
func RunTasks() {
|
||||
NewRunner().Run()
|
||||
}
|
||||
|
||||
func NewRunner() *Runner {
|
||||
r := new(Runner)
|
||||
r.currentState, _ = statefile.LoadState()
|
||||
|
||||
Reference in New Issue
Block a user