mirror of
https://github.com/Moya/Moya.git
synced 2026-03-18 19:52:28 +00:00
Add missing return at the end of the script
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user