From 00507009b3b1496ca19224724af9bf037ac65243 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 14 Mar 2023 13:46:31 -0400 Subject: [PATCH] test --- plex-freshen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plex-freshen.sh b/plex-freshen.sh index c776cdf..d355282 100644 --- a/plex-freshen.sh +++ b/plex-freshen.sh @@ -29,7 +29,7 @@ update_from_api() { case "$2" in api) update_from_api;; ""|cli) update_from_cli;; - *) echo "'$1' is not a valid plex-tools token command";; + *) echo "'$1' is not a valid plex-tools freshen command";; esac