Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit c874e8e

Browse files
committed
fix variable name typo in the help doc
1 parent bb20e36 commit c874e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/prelink.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ try {
6767
console.log(
6868
'\033[95mreact-native-fetch-blob \033[97mwill not automatically add Android permissions after \033[92m0.9.4 '+
6969
'\033[97mplease run the following command if you want to add default permissions :\n\n' +
70-
'\033[96m\tRNFB_ANDROID_PERMISSION=true react-native link \n')
70+
'\033[96m\tRNFB_ANDROID_PERMISSIONS=true react-native link \n')
7171
}
7272

7373
function checkVersion() {

0 commit comments

Comments
 (0)