We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a437491 commit fd00cc0Copy full SHA for fd00cc0
Sources/hostmgr/SyncCommand.swift
@@ -7,7 +7,7 @@ struct SyncCommand: AsyncParsableCommand {
7
commandName: "sync",
8
abstract: "Sync remote data with this host",
9
subcommands: [
10
- SyncAuthorizedKeysCommand.self,
+ SyncAuthorizedKeysCommand.self
11
]
12
)
13
}
0 commit comments