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:
Mitchell Hashimoto 2013-07-31 23:01:03 -07:00
parent d728ca24f9
commit dc615ff317
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -1,4 +1,4 @@
package saltMasterless
package saltmasterless
import (
"github.com/mitchellh/packer/packer"