linuxPackages_latest.prl-tools: skip git commit in update.sh

-1
-1
pkgs/os-specific/linux/prl-tools/update.sh
··· 37 37 sed -i -e "s,version = \"$old_version\",version = \"$version\"," \ 38 38 -e "s,hash = \"sha256-.*\",hash = \"$sha256\"," "$path" 39 39 40 - git commit -qm "linuxPackages_latest.prl-tools: $old_version -> $version" "$path" 41 40 echo "Updated linuxPackages_latest.prl-tools $old_version -> $version"