diff --git a/scripts/install_version.sh b/scripts/install_version.sh index a04db7f..bb919e5 100755 --- a/scripts/install_version.sh +++ b/scripts/install_version.sh @@ -7,5 +7,5 @@ ## version of the plugin mentioned ## in the plugin.yaml -version="$(cat plugin.yaml | grep "version" | cut -d '"' -f 2)" +version="$(cat plugin.yaml | grep "version:" | cut -d '"' -f 2)" ./scripts/install.sh $version \ No newline at end of file