Skip to content

Commit

Permalink
fix(dev-command): prepareEnvironment was called twice
Browse files Browse the repository at this point in the history
Came up after a merge conflict.
  • Loading branch information
edvald committed Jun 12, 2019
1 parent 9a30c37 commit 65dc993
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions garden-service/src/commands/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ export class DevCommand extends Command<Args, Opts> {
this.server.setGarden(garden)

const actions = await garden.getActionHelper()
await actions.prepareEnvironment({ log })

const graph = await garden.getConfigGraph()
const modules = await graph.getModules()

Expand Down

0 comments on commit 65dc993

Please sign in to comment.