Skip to content

Commit 68c6d78

Browse files
committed
Use the correct command name in process invocation bridge
1 parent 9679f53 commit 68c6d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ProcessInvocationBridge/ProcessInvocationBridge.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ private let processInvocationBridgeName = "swift-process-invocation-bridge"
2727
struct ProcessInvocationBridge : ParsableCommand {
2828

2929
static var configuration = CommandConfiguration(
30-
commandName: "swift-process-invocation-bridge",
30+
commandName: processInvocationBridgeName,
3131
abstract: "Internal launcher for swift-process-invocation which receives a fd before launching the tool."
3232
)
3333

0 commit comments

Comments
 (0)