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
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
"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.
func Commands(metaPtr *command.Meta) map[string]cli.CommandFactory {
if metaPtr == nil {