From c73201d53758c10b3483bf56d183fcf535490a13 Mon Sep 17 00:00:00 2001 From: ziga Date: Sun, 28 Jul 2019 16:47:01 -0400 Subject: [PATCH] Fix typo in create example --- cli/commands/migrate_create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/commands/migrate_create.go b/cli/commands/migrate_create.go index 0eb6c5516e432..163ed5c799154 100644 --- a/cli/commands/migrate_create.go +++ b/cli/commands/migrate_create.go @@ -18,7 +18,7 @@ import ( ) const migrateCreateCmdExamples = ` # Setup migration files for the first time by introspecting a server: - hasura migrate create "init" --from-sever` + hasura migrate create "init" --from-server` func newMigrateCreateCmd(ec *cli.ExecutionContext) *cobra.Command { v := viper.New()