Skip to content

Commit 7c44b2d

Browse files
Update Sources/TSCBasic/Process.swift
Co-authored-by: Colton Schlosser <[email protected]>
1 parent 008d414 commit 7c44b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TSCBasic/Process.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ public final class Process {
368368
}
369369

370370
@_disfavoredOverload
371-
@available(*, deprecated, message: "user version without verbosity flag")
371+
@available(*, deprecated, message: "use version without verbosity flag")
372372
public convenience init(
373373
arguments: [String],
374374
environment: [String: String] = ProcessEnv.vars,

0 commit comments

Comments
 (0)