Skip to content

Commit b6c6af6

Browse files
committed
fix runtime service
1 parent 72be5b2 commit b6c6af6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Services/RuntimeLinux/Server/RuntimeService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ public actor RuntimeService {
784784
self.log.info("`clean` xpc handler")
785785
switch self.state {
786786
case .running:
787-
guard let id = message.string(key: RuntimeKeys.id.rawValue) else {
787+
guard message.string(key: RuntimeKeys.id.rawValue) != nil else {
788788
throw ContainerizationError(
789789
.invalidArgument,
790790
message: "no id supplied for clean"

0 commit comments

Comments
 (0)