Skip to content

Commit 2667e0c

Browse files
committed
fix print error
1 parent a45a96d commit 2667e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cronosd/cmd/migrate_db.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Examples:
234234
fmt.Println("2. Verify the migration was successful")
235235
fmt.Println("3. Migrated databases are located at:")
236236
for _, dbName := range dbNames {
237-
fmt.Printf(" %s/data/%s.db.migrate-temp\n", targetHome, dbName)
237+
fmt.Printf(" %s/data/%s.migrate-temp.db\n", targetHome, dbName)
238238
}
239239
fmt.Println("4. Replace the original databases with the migrated ones")
240240
fmt.Println("5. Update your config.toml to use the new backend type")

0 commit comments

Comments
 (0)