diff --git a/scripts/pod_lib_lint.sh b/scripts/pod_lib_lint.sh index 58e116a..b51f513 100644 --- a/scripts/pod_lib_lint.sh +++ b/scripts/pod_lib_lint.sh @@ -1,5 +1,5 @@ for pod in $(find . -name "*.podspec" -type f);do - if [[ $pod == '../RxFirebase.podspec' ]]; then + if [[ $pod == './RxFirebase.podspec' ]]; then continue fi command="pod lib lint $pod --allow-warnings"