Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #372 from iotaledger/hotfix/safetynet
Browse files Browse the repository at this point in the history
Fix SafetyNet script [ci skip]
  • Loading branch information
cvarley100 committed Sep 14, 2018
2 parents 17a2200 + 87981a9 commit bffa91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mobile/safetynet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -e

# Add SafetyNet API key to utils/safetynet.js
cat utils/safetynet.js | sed -e "s/fakeAPIkey/$SAFETYNET_KEY/" | tee utils/safetynet.js
cat src/libs/safetynet.js | sed -e "s/fakeAPIkey/$SAFETYNET_KEY/" | tee src/libs/safetynet.js

0 comments on commit bffa91e

Please sign in to comment.