From 041de2aed1a3a55d2897b02fea3bdc823b394cb1 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Mon, 31 May 2021 23:42:30 +0200 Subject: [PATCH] fix: typo in migration error --- cmd/ipfs/daemon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ipfs/daemon.go b/cmd/ipfs/daemon.go index d8461c9a8..0370a2f6b 100644 --- a/cmd/ipfs/daemon.go +++ b/cmd/ipfs/daemon.go @@ -458,7 +458,7 @@ func daemonFunc(req *cmds.Request, re cmds.ResponseEmitter, env cmds.Environment if cacheMigrations || pinMigrations { err = addMigrations(cctx.Context(), node, fetcher, pinMigrations) if err != nil { - fmt.Fprintln(os.Stderr, "Could not add migragion to IPFS:", err) + fmt.Fprintln(os.Stderr, "Could not add migration to IPFS:", err) } // Remove download directory so that it does not remain for lifetime of // daemon or get left behind if daemon has a hard exit