s/Vault/Nomad in code comment

This commit is contained in:
Seth Vargo 2015-09-20 16:37:11 -04:00
parent c611eff0ef
commit 38126220cf

View file

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