Skip to content

Commit fd8ea37

Browse files
committed
reverted testing check
1 parent 6683021 commit fd8ea37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Commands/SwiftTool.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,8 +575,8 @@ public class SwiftTool<Options: ToolOptions> {
575575
#if os(macOS)
576576
if #available(macOS 10.13, *) {
577577
// ok, check succeeds
578-
diagnostics.emit(error: "--netrc-file option is only supported on macOS >=10.13")
579578
} else {
579+
diagnostics.emit(error: "--netrc-file option is only supported on macOS >=10.13")
580580
}
581581
#else
582582
diagnostics.emit(error: "--netrc-file option is only supported on macOS >=10.13")

0 commit comments

Comments
 (0)