Skip to content
This repository was archived by the owner on Oct 29, 2021. It is now read-only.
This repository was archived by the owner on Oct 29, 2021. It is now read-only.

Unable to call domain.create() #13

@kiyose

Description

@kiyose

There is a typo on doctl.py#L254.

        return self.do.doctl(
            "compute", "domain", create, domain, "--ip-address", ip_address
        )

'create' needs to be quoted

        return self.do.doctl(
            "compute", "domain", "create", domain, "--ip-address", ip_address
        )

I've fixed it in PR #12

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions