浏览代码

Correct prelink script typo

Ben Hsieh 8 年前
父节点
当前提交
a3897ae869
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/scripts/prelink.js

+ 1
- 1
src/scripts/prelink.js 查看文件

@@ -54,7 +54,7 @@ try {
54 54
     console.log(
55 55
       '\033[95mreact-native-fetch-blob \033[97mwill not automatically add Android permissions after \033[92m0.9.4 '+
56 56
       '\033[97mplease run the following command if you want to add default permissions :\n\n' +
57
-      '\033[96m\tRNFB_ANDROID_PERMISSION=true rnpm link\n')
57
+      '\033[96m\tRNFB_ANDROID_PERMISSION=true react-native link \n')
58 58
   }
59 59
 
60 60
   function checkVersion() {