Quellcode durchsuchen

fix variable name typo in the help doc

Naoki AINOYA vor 7 Jahren
Ursprung
Commit
c874e8e600
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      src/scripts/prelink.js

+ 1
- 1
src/scripts/prelink.js Datei anzeigen

@@ -67,7 +67,7 @@ try {
67 67
     console.log(
68 68
       '\033[95mreact-native-fetch-blob \033[97mwill not automatically add Android permissions after \033[92m0.9.4 '+
69 69
       '\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')
71 71
   }
72 72
 
73 73
   function checkVersion() {