correct plugin imports

This commit is contained in:
Billie H. Cleek 2015-03-09 22:21:15 -07:00
parent cc8ca3098e
commit 23415b3fe3
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
package main package main
import ( import (
"github.com/bhcleek/packer-provisioner-ansible/provisioner/ansible"
"github.com/mitchellh/packer/packer/plugin" "github.com/mitchellh/packer/packer/plugin"
"github.com/mitchellh/packer/provisioner/ansible"
) )
func main() { func main() {