We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab128f commit 57ab62cCopy full SHA for 57ab62c
1 file changed
internal/commands/database/database.go
@@ -4,13 +4,13 @@ import (
4
"github.com/UpCloudLtd/upcloud-cli/internal/commands"
5
)
6
7
-// BaseZoneCommand creates the base "zone" command
+// BaseDatabaseCommand creates the base "zone" command
8
func BaseDatabaseCommand() commands.Command {
9
- return &zoneCommand{
+ return &databaseCommand{
10
commands.New("database", "Manage databases"),
11
}
12
13
14
-type zoneCommand struct {
+type databaseCommand struct {
15
*commands.BaseCommand
16
0 commit comments