Skip to content

Commit

Permalink
Remove small typo in Android deployment (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmfinol authored Mar 13, 2023
1 parent bfde0d9 commit e10818c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/03-github/06-deployment/android.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ double-check your keystore has been correctly encoded as valid base64, you can l
keystore by manually running:
```bash
cat [keystore file] | base64 --decode > user.keystore`
cat [keystore file] | base64 --decode > user.keystore
```

swapping in the name of a text file containing the base64 value. This will create a new keystore
Expand Down

0 comments on commit e10818c

Please sign in to comment.