Skip to content

Commit

Permalink
Merge pull request #339 from civo/fix/region
Browse files Browse the repository at this point in the history
Add missing region flag
  • Loading branch information
vishalanarase authored Sep 1, 2023
2 parents 5885a7a + 6ace4cf commit a479f78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/database/database_restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ var dbRestoreCmd = &cobra.Command{
config := &civogo.RestoreDatabaseRequest{
Software: db.Software,
Backup: backup,
Region: client.Region,
}
_, err = client.RestoreDatabase(db.ID, config)
if err != nil {
Expand Down

0 comments on commit a479f78

Please sign in to comment.