provisoner/salt-masterless: lowercase package name
/cc @rgarcia - I don't know of any Go packages that follow this naming convention so I just lowercased it.
This commit is contained in:
parent
d728ca24f9
commit
dc615ff317
|
@ -1,6 +1,6 @@
|
|||
// This package implements a provisioner for Packer that executes a
|
||||
// saltstack highstate within the remote machine
|
||||
package saltMasterless
|
||||
package saltmasterless
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package saltMasterless
|
||||
package saltmasterless
|
||||
|
||||
import (
|
||||
"github.com/mitchellh/packer/packer"
|
||||
|
|
Loading…
Reference in New Issue