Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Improve error message in database list command
  • Loading branch information
test.test@freiheit.com committed Jul 10, 2024
commit 9b935d5684b37c597022a5451e2b2c7c34668e40
2 changes: 1 addition & 1 deletion internal/cmd/beta/sqlserverflex/database/list/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
p.Debug(print.ErrorLevel, "get project name: %v", err)
projectLabel = model.ProjectId
}
p.Info("No databases found for project %s\n", projectLabel)
p.Info("No databases found for instance %s on project %s\n", model.InstanceId, projectLabel)
return nil
}
databases := *resp.Databases
Expand Down