shed: migrations: add reminder about continuity testing tool

This commit is contained in:
Aayush 2023-04-26 09:50:16 -04:00
parent 28d0274f46
commit 33ca0f1f79

View File

@ -73,6 +73,7 @@ var migrationsCmd = &cli.Command{
},
},
Action: func(cctx *cli.Context) error {
fmt.Println("REMINDER: If you are running this, you likely want to ALSO run the continuity testing tool!")
ctx := context.TODO()
if cctx.NArg() != 2 {