fix plex_update
Some checks failed
Lint / lint (push) Failing after 2m6s

This commit is contained in:
Vivian 2024-01-03 15:53:19 +01:00
parent 2bcb4c3fbb
commit 5e16312be4

View file

@ -26,9 +26,9 @@ jobs:
git config user.email "<>"
# Run Update script
./nixos/pkgs/plex-pass/update.sh
./pkgs/plex-pass/update.sh
git add ./nixos/pkgs/plex-pass/
git add ./pkgs/plex-pass/
# Push if changed
if git status ./nixos/pkgs/plex-pass/ | grep -q "to be committed"; then