Skip to content

Commit ff44500

Browse files
authored
[5.8] main.swift: fix swift-experimental-destination invocation (#6015)
1 parent 1c1c9ce commit ff44500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/swift-package-manager/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ case "swift-package":
2525
SwiftPackageTool.main()
2626
case "swift-build":
2727
SwiftBuildTool.main()
28-
case "swift-destination":
28+
case "swift-experimental-destination":
2929
SwiftDestinationTool.main()
3030
case "swift-test":
3131
SwiftTestTool.main()

0 commit comments

Comments
 (0)