googlecodelabs / photos-sharing

Code for the "Build a Photo Sharing app with Google Photos and Flutter" codelab
Apache License 2.0
98 stars 71 forks source link

"Keytool" accidental capitalization #1

Closed justinmc closed 5 years ago

justinmc commented 5 years ago

In the command given in step 4 to get the SHA-1, the command is given as Keytool with a capital K, but the correct command should have a lowercase k.

Step 4: https://codelabs.developers.google.com/codelabs/google-photos-sharing/index.html?index=..%2F..io2019#3

jfschmakeit commented 5 years ago

Good catch! I just fixed this and republished the codelab. Cheers!

justinmc commented 5 years ago

Thanks!