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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user