shed: migrations: add reminder about continuity testing tool
This commit is contained in:
parent
28d0274f46
commit
33ca0f1f79
@ -73,6 +73,7 @@ var migrationsCmd = &cli.Command{
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
Action: func(cctx *cli.Context) error {
|
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()
|
ctx := context.TODO()
|
||||||
|
|
||||||
if cctx.NArg() != 2 {
|
if cctx.NArg() != 2 {
|
||||||
|
Loading…
Reference in New Issue
Block a user