@cryptotaxi247 / kubo / commits / 7c71c1549

fix: typo in migration error

(cherry picked from commit 041de2aed1a3a55d2897b02fea3bdc823b394cb1)

Marcin Rataj committed May 31, 2021 at 23:42 UTC 7c71c154987235a1ad4cabc450dc5aec3e9a7c12
1 file changed +1 -1
cmd/ipfs/daemon.go
+1 -1
@@ -458,7 +458,7 @@ func daemonFunc(req *cmds.Request, re cmds.ResponseEmitter, env cmds.Environment
458 if cacheMigrations || pinMigrations {
459 err = addMigrations(cctx.Context(), node, fetcher, pinMigrations)
460 if err != nil {
461 - fmt.Fprintln(os.Stderr, "Could not add migragion to IPFS:", err)
461 + fmt.Fprintln(os.Stderr, "Could not add migration to IPFS:", err)
462 }
463 // Remove download directory so that it does not remain for lifetime of
464 // daemon or get left behind if daemon has a hard exit