Skip to content

Commit

Permalink
Update internal/cmd/db_show.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jamie Barton <jamie@notrab.dev>
  • Loading branch information
haaawk and notrab committed May 7, 2024
1 parent a69248e commit 42c4e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/db_show.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ var showCmd = &cobra.Command{
fmt.Println("Bytes Synced: ", humanize.Bytes(dbUsage.Usage.BytesSynced))
fmt.Println("Is Schema: ", formatBool(db.IsSchema))
if db.Schema != "" {
fmt.Println("Parent DB ID: ", db.Schema)
fmt.Println("Schema: ", db.Schema)
}

fmt.Println()
Expand Down

0 comments on commit 42c4e7a

Please sign in to comment.