Skip to content

Commit d0f5a5e

Browse files
authored
Merge pull request #1 from orta/patch-1
Use bundler in the prepare command
2 parents a97b4d0 + 86a1f3c commit d0f5a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prepare

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bundle install
1111
echo "============================================"
1212
echo "Installing CocoaPods"
1313
echo "============================================"
14-
pod install
14+
bundle exec pod install
1515
echo "============================================"
1616
echo "Changing bundle identifiers"
1717
echo "============================================"

0 commit comments

Comments
 (0)