Skip to content

Commit

Permalink
Merge pull request #530 from dgageot/fix-dev-mode
Browse files Browse the repository at this point in the history
Fix dev mode
  • Loading branch information
dgageot authored May 8, 2018
2 parents d1987b1 + bc70833 commit 132f63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/skaffold/app/cmd/dev.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ func dev(out io.Writer, filename string) error {
return err
}

return runner.Build(ctx)
return runner.Dev(ctx)
}

0 comments on commit 132f63e

Please sign in to comment.