From 145094d36458f6a77f88598f8ca065f9fad67582 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 14 Mar 2023 13:46:22 -0400 Subject: [PATCH] test --- plex-freshen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plex-freshen.sh b/plex-freshen.sh index d45f7d5..c776cdf 100644 --- a/plex-freshen.sh +++ b/plex-freshen.sh @@ -27,8 +27,8 @@ update_from_api() { } case "$2" in - cli) update_from_cli;; - ""|api) update_from_api;; + api) update_from_api;; + ""|cli) update_from_cli;; *) echo "'$1' is not a valid plex-tools token command";; esac