diff --git a/get.go b/get.go index 1c0a576e..235e21bd 100644 --- a/get.go +++ b/get.go @@ -60,6 +60,9 @@ func getDep(args []string) error { run = getDepProfile case "profile-template": run = getDepProfileTpl + default: + usage() + os.Exit(1) } if err := run(client, args[1:]); err != nil {