Add missing return at the end of the script

This commit is contained in:
Franco Meloni
2020-01-25 20:33:37 +00:00
parent 90ec1b688c
commit 546cb1a254
+2 -1
View File
@@ -2,4 +2,5 @@
SEMVER_REGEX="s\.version = \"[0-9]*\.[0-9]*\.[0-9]*\(-.*\)\{0,1\}\""
sed "s/$SEMVER_REGEX/s.version = \"$VERSION\"/" Moya.podspec > tmpPodspec
mv -f tmpPodspec Moya.podspec
mv -f tmpPodspec Moya.podspec