diff options
-rwxr-xr-x | osmo-release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osmo-release.sh b/osmo-release.sh index 86b41d89..1e5a203e 100755 --- a/osmo-release.sh +++ b/osmo-release.sh @@ -4,7 +4,7 @@ REL=$2 if [ "z$REL" = "z" ]; then echo "No REL value specified, defaulting to 'patch' release" - REL=patch + REL="patch" fi BUMPVER=`command -v bumpversion` |