Skip to content

Commit c2b5915

Browse files
haaawknotrab
andcommitted
Update internal/cmd/db_show.go
Co-authored-by: Jamie Barton <jamie@notrab.dev>
1 parent afff5fa commit c2b5915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cmd/db_show.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ var showCmd = &cobra.Command{
9696
fmt.Println("Bytes Synced: ", humanize.Bytes(dbUsage.Usage.BytesSynced))
9797
fmt.Println("Is Schema: ", formatBool(db.IsSchema))
9898
if db.Schema != "" {
99-
fmt.Println("Parent DB ID: ", db.Schema)
99+
fmt.Println("Schema: ", db.Schema)
100100
}
101101

102102
fmt.Println()

0 commit comments

Comments
 (0)