mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-18 22:11:39 -04:00
[lxc] update to new conventions, improve docs
This commit is contained in:
committed by
Megan Marsh
parent
34b6c97c21
commit
cd2a783382
@@ -1,8 +1,8 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/mitchellh/packer/builder/lxc"
|
||||
"github.com/mitchellh/packer/packer/plugin"
|
||||
"github.com/hashicorp/packer/builder/lxc"
|
||||
"github.com/hashicorp/packer/packer/plugin"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
package main
|
||||
Reference in New Issue
Block a user