Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/praefect/subcmd.go')
-rw-r--r--cmd/praefect/subcmd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/praefect/subcmd.go b/cmd/praefect/subcmd.go
index 8f2858e3e..3a4148244 100644
--- a/cmd/praefect/subcmd.go
+++ b/cmd/praefect/subcmd.go
@@ -33,7 +33,7 @@ const (
var subcommands = map[string]subcmd{
sqlPingCmdName: &sqlPingSubcommand{},
- sqlMigrateCmdName: &sqlMigrateSubcommand{},
+ sqlMigrateCmdName: newSQLMigrateSubCommand(os.Stdout),
dialNodesCmdName: newDialNodesSubcommand(os.Stdout),
sqlMigrateDownCmdName: &sqlMigrateDownSubcommand{},
sqlMigrateStatusCmdName: &sqlMigrateStatusSubcommand{},