Skip to content

Commit 511582e

Browse files
committed
Rollback Technology to Type'
1 parent ae4d305 commit 511582e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dbng/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func List(ctx context.Context) error {
2626
io.Warning("This command only displays databases next generation you own.")
2727

2828
t := tablewriter.NewWriter(os.Stdout)
29-
t.Header([]string{"ID", "Name", "Technology", "Plan", "Role", "Status", "Project"})
29+
t.Header([]string{"ID", "Name", "Type", "Plan", "Role", "Status", "Project"})
3030

3131
currentUser, err := config.C.CurrentUser(ctx)
3232
if err != nil {

vendor/github.com/Scalingo/go-scalingo/v8/databases_preview.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)