mirror of
https://github.com/apple/container.git
synced 2026-09-22 23:55:34 +00:00
Dns: Fix delete error message (#803)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user