diff --git a/install-binary.sh b/install-binary.sh index 712bdcd..8ae75d6 100755 --- a/install-binary.sh +++ b/install-binary.sh @@ -71,7 +71,7 @@ getDownloadURL() { # If no version found (because of no git), try fetch from plugin if [ -z "$version" ]; then echo "No version found" - version=v$(sed -n -e 's/version:[ "]*\([^"]*\).*/\1/p' plugin.yaml) + version=$(sed -n -e 's/version:[ "]*\([^"]*\).*/\1/p' plugin.yaml) fi # Setup Download Url