provider/heroku: update bin to use the new provider

This commit is contained in:
Mitchell Hashimoto 2014-08-19 09:38:58 -07:00
parent 2444986fe8
commit e6dff7bf04
1 changed files with 1 additions and 1 deletions

View File

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