diff --git a/Sources/ContainerCommands/System/DNS/DNSDelete.swift b/Sources/ContainerCommands/System/DNS/DNSDelete.swift index 5efeb647..0bed6b55 100644 --- a/Sources/ContainerCommands/System/DNS/DNSDelete.swift +++ b/Sources/ContainerCommands/System/DNS/DNSDelete.swift @@ -41,7 +41,7 @@ extension Application { try resolver.deleteDomain(name: domainName) print(domainName) } catch { - throw ContainerizationError(.invalidState, message: "cannot create domain (try sudo?)") + throw ContainerizationError(.invalidState, message: "cannot delete domain (try sudo?)") } do {