We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787eba9 commit 85aff66Copy full SHA for 85aff66
Examples/Datastore/PackageManager/Sources/main.swift
@@ -42,7 +42,7 @@ guard let authToken = tokenProvider.token?.accessToken else {
42
exit(-1)
43
}
44
45
-let projectID = "<YOUR PROJECT ID>"
+let projectID = "YOUR PROJECT ID"
46
47
let certificateURL = URL(fileURLWithPath:"roots.pem")
48
let certificates = try! String(contentsOf: certificateURL, encoding: .utf8)
0 commit comments