Browse Source

Added .git ending for `swift-log` (#760)

Fabian Fett 5 years ago
parent
commit
abc32f7412
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Package.swift

+ 1 - 1
Package.swift

@@ -42,7 +42,7 @@ let package = Package(
     .package(url: "https://github.com/apple/swift-protobuf.git", from: "1.8.0"),
 
     // Logging API.
-    .package(url: "https://github.com/apple/swift-log", from: "1.0.0"),
+    .package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
   ],
   targets: [
     // The main GRPC module.