Skip to content

Commit c2c3eeb

Browse files
Kyome22QuietMisdreavus
authored andcommitted
Add .git to the end of the URL. (#1073)
1 parent 3256b4b commit c2c3eeb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
132132
.package(url: "https://github.com/apple/swift-nio.git", from: "2.53.0"),
133133
.package(url: "https://github.com/apple/swift-markdown.git", branch: "main"),
134134
.package(url: "https://github.com/apple/swift-lmdb.git", branch: "main"),
135-
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
136-
.package(url: "https://github.com/apple/swift-docc-symbolkit", branch: "main"),
135+
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
136+
.package(url: "https://github.com/apple/swift-docc-symbolkit.git", branch: "main"),
137137
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.0.0"),
138-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.2.0"),
138+
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.2.0"),
139139
]
140140
} else {
141141
// Building in the Swift.org CI system, so rely on local versions of dependencies.

0 commit comments

Comments
 (0)