Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasjackson committed Feb 14, 2020
1 parent 54ce2a3 commit b9d20f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/shipyard/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func (e *Engine) Apply(path string) error {
}
}

return err
return tf.Err()
}

// Destroy the resources defined by the config
Expand Down Expand Up @@ -209,7 +209,7 @@ func (e *Engine) Destroy(path string, allResources bool) error {
os.RemoveAll(utils.StatePath())
}

return err
return tf.Err()
}

func (e *Engine) readConfig(path string) (*dag.AcyclicGraph, error) {
Expand Down

0 comments on commit b9d20f5

Please sign in to comment.