Fix typo in log message

This commit is contained in:
gammazero 2021-03-26 00:48:13 -07:00
parent f00b49be58
commit fe97eee1c9

View File

@ -54,7 +54,7 @@ func RunMigration(ctx context.Context, fetcher Fetcher, targetVer int, ipfsDir s
}
}
log.Print("Need", len(missing), "migrations, downloading.")
log.Println("Need", len(missing), "migrations, downloading.")
tmpDir, err := ioutil.TempDir("", "migrations")
if err != nil {