This commit is contained in:
deathbybandaid 2023-03-14 13:46:31 -04:00
parent 145094d364
commit 00507009b3

View File

@ -29,7 +29,7 @@ update_from_api() {
case "$2" in case "$2" in
api) update_from_api;; api) update_from_api;;
""|cli) update_from_cli;; ""|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 esac