plex-desktop: update script shouldn't commit changes

detroyejr 8a135e8a 8bb480e0

-13
-13
pkgs/by-name/pl/plex-desktop/update.sh
··· 69 69 -e 's/version\s*=\s*".*"\s*;/version = "'"${upstream_version}"'";/' \ 70 70 -i "$plex_nix" 71 71 72 - # 73 - # try to build the updated version 74 - # 75 - 76 - export NIXPKGS_ALLOW_UNFREE=1 77 - if ! nix-build -A plex-desktop "$nixpkgs"; then 78 - echo "The updated plex-desktop failed to build." 79 - exit 1 80 - fi 81 - 82 - # Commit changes 83 - git add "$plex_nix" 84 - git commit -m "plex-desktop: ${current_version} -> ${upstream_version}"