mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-15 10:25:32 -06:00
less nonsense
This commit is contained in:
@@ -696,7 +696,7 @@ func filterJournalFile(journalPath string, buf []byte, filterRoots, filterChunks
|
||||
logrus.Infof("To replace the original journal file, run these commands:")
|
||||
logrus.Infof("cp %s %s_saved_%s", journalPath, journalPath, dateString)
|
||||
logrus.Infof("mv %s %s", outputPath, journalPath)
|
||||
logrus.Infof("rm %s", filepath.Join(filepath.Dir(journalPath), "..", "..", ".dolt", "noms", "journal.idx"))
|
||||
logrus.Infof("rm %s", filepath.Join(filepath.Dir(journalPath), "journal.idx"))
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user