Skip to content

Commit 63c3d96

Browse files
committed
Added .git ending for swift-log
1 parent 3ff60d0 commit 63c3d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ let package = Package(
4242
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.8.0"),
4343

4444
// Logging API.
45-
.package(url: "https://github.com/apple/swift-log", from: "1.0.0"),
45+
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
4646
],
4747
targets: [
4848
// The main GRPC module.

0 commit comments

Comments
 (0)