provider/heroku: fix bin

This commit is contained in:
Mitchell Hashimoto 2014-08-19 10:19:19 -07:00
parent 9a0c0ea985
commit 25607686c1
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ import (
)
func main() {
plugin.Serve(new(heroku.Provider()))
plugin.Serve(heroku.Provider())
}