Skip to content

Commit 22a0a30

Browse files
authored
Merge pull request swiftlang#757 from CodaFi/dioscorea
Alias the Local yams Package to Yams
2 parents 4b0a37a + c895c55 commit 22a0a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
158158
} else {
159159
package.dependencies += [
160160
.package(path: "../swift-tools-support-core"),
161-
.package(path: "../yams"),
161+
.package(name: "Yams", path: "../yams"),
162162
.package(path: "../swift-argument-parser"),
163163
]
164164
}

0 commit comments

Comments
 (0)