Skip to content

Commit

Permalink
Fix incorrect Podfile.template path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehesp authored Jun 12, 2017
1 parent 3f94ad5 commit 8bf660b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cocoapods.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ -d ios_dir ]
fi

podfile="$ios_dir/Podfile"
template=`pwd`/node_modules/react-native-firebase/Podfile.template
template=`pwd`/node_modules/react-native-firebase/ios/Podfile.template

project_name=$(node -pe "require('./package.json').name")

Expand Down

0 comments on commit 8bf660b

Please sign in to comment.