diff --git a/vultron/cmds/regions.py b/vultron/cmds/regions.py index 0ceb1ff..1e310a3 100644 --- a/vultron/cmds/regions.py +++ b/vultron/cmds/regions.py @@ -13,7 +13,7 @@ class Regions(vultron.cmd.Command): regions = self.api.get("regions") return regions["regions"] - def vultron_plan(self, region_id): + def vultron_plans(self, region_id): """Display available plans for a given region.""" plans = self.api.get("regions", region_id, "availability")