s/Vault/Nomad in code comment
This commit is contained in:
parent
c611eff0ef
commit
38126220cf
|
@ -8,7 +8,7 @@ import (
|
||||||
"github.com/mitchellh/cli"
|
"github.com/mitchellh/cli"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Commands returns the mapping of CLI commands for Vault. The meta
|
// Commands returns the mapping of CLI commands for Nomad. The meta
|
||||||
// parameter lets you set meta options for all commands.
|
// parameter lets you set meta options for all commands.
|
||||||
func Commands(metaPtr *command.Meta) map[string]cli.CommandFactory {
|
func Commands(metaPtr *command.Meta) map[string]cli.CommandFactory {
|
||||||
if metaPtr == nil {
|
if metaPtr == nil {
|
||||||
|
|
Loading…
Reference in a new issue