Skip to content

Commit

Permalink
Update fix typo in verifyPodfile.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
myrs committed Sep 11, 2023
1 parent b40adb2 commit a63046b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/verifyPodfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ info "Pod version from Podfile.lock: $POD_VERSION_FROM_PODFILE_LOCK"
if [[ "$POD_VERSION_FROM_GEMFILE" == "$POD_VERSION_FROM_PODFILE_LOCK" ]]; then
success "Cocoapods version from Podfile.lock matches cocoapods version from Gemfile"
else
error "Cocoapods version from Podfile.lock does not match cocoapods version from Gemfile. Please use \`npm pod-install\` or \`bundle exec pod install\` instead of \`pod install\` to install pods."
error "Cocoapods version from Podfile.lock does not match cocoapods version from Gemfile. Please use \`npm run pod-install\` or \`bundle exec pod install\` instead of \`pod install\` to install pods."
EXIT_CODE=1
fi

Expand Down

0 comments on commit a63046b

Please sign in to comment.