Skip to content

Commit 85aff66

Browse files
committed
Removed angle brackets from "YOUR PROJECT ID" for consistency.
1 parent 787eba9 commit 85aff66

File tree

1 file changed

+1
-1
lines changed
  • Examples/Datastore/PackageManager/Sources

1 file changed

+1
-1
lines changed

Examples/Datastore/PackageManager/Sources/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ guard let authToken = tokenProvider.token?.accessToken else {
4242
exit(-1)
4343
}
4444

45-
let projectID = "<YOUR PROJECT ID>"
45+
let projectID = "YOUR PROJECT ID"
4646

4747
let certificateURL = URL(fileURLWithPath:"roots.pem")
4848
let certificates = try! String(contentsOf: certificateURL, encoding: .utf8)

0 commit comments

Comments
 (0)