scripts/setup: Fix call to mvn

Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
This commit is contained in:
Oleh Krehel 2018-02-01 20:11:57 +01:00 committed by Eric Dvorsak
parent f3a1248b13
commit da70ff7954
No known key found for this signature in database
GPG Key ID: 932AC1CE5F05DE0C
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ dependency_setup ./re-natal deps
dependency_setup ./re-natal enable-source-maps
dependency_setup \
"mvn -f modules/react-native-status/ios/RCTStatus dependency:unpack"
"mvn -f modules/react-native-status/ios/RCTStatus/pom.xml dependency:unpack"
using_cocoapods && dependency_setup "cd ios && pod install && cd .."