Skip to content

Commit 16d3209

Browse files
committed
Fix typo
1 parent d3cdc51 commit 16d3209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Snap/commands/Snap.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public final class Snap: ParsableCommand {
138138
let runtime = try Simctl.runtime(for: runtimeName)
139139
Logger.shared.info("Runtime found \(runtime)")
140140

141-
Logger.shared.info("Find IDs of preferred device IDs")
141+
Logger.shared.info("Find IDs of preferred devices")
142142
let deviceIds = try Simctl.deviceIdsFor(deviceNames: devices, runtime: runtime)
143143
Logger.shared.info("Device IDs Found: \(deviceIds)")
144144

0 commit comments

Comments
 (0)