From 33ca0f1f79aeccee71a5c9223b102e63fabc4a1b Mon Sep 17 00:00:00 2001 From: Aayush Date: Wed, 26 Apr 2023 09:50:16 -0400 Subject: [PATCH] shed: migrations: add reminder about continuity testing tool --- cmd/lotus-shed/migrations.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/lotus-shed/migrations.go b/cmd/lotus-shed/migrations.go index 0d09fe6b8..82a1afddf 100644 --- a/cmd/lotus-shed/migrations.go +++ b/cmd/lotus-shed/migrations.go @@ -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 {