diff options
author | Ollie Phillips <oliver@eantics.co.uk> | 2017-02-24 17:10:27 +0000 |
---|---|---|
committer | Ollie Phillips <oliver@eantics.co.uk> | 2017-02-24 17:10:27 +0000 |
commit | 58e3755af5f1c49ee00dc4d0ccb06fcac4c2706d (patch) | |
tree | cc9c770b8559c4ada6fae46cbf206c88239ab105 | |
parent | 0c16e95b243d909fe9a87e5e1fd259504ae091b6 (diff) |
added add.go to cmdBuildFiles in buidPonzuServer()
-rw-r--r-- | cmd/ponzu/options.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ponzu/options.go b/cmd/ponzu/options.go index 9023f84..c406975 100644 --- a/cmd/ponzu/options.go +++ b/cmd/ponzu/options.go @@ -305,7 +305,7 @@ func buildPonzuServer(args []string) error { buildOptions := []string{"build", "-o", buildOutputName()} cmdBuildFiles := []string{ "main.go", "options.go", "generate.go", - "usage.go", "paths.go", + "usage.go", "paths.go", "add.go", } var cmdBuildFilePaths []string for _, file := range cmdBuildFiles { |