This commit is contained in:
deathbybandaid 2023-03-14 13:46:22 -04:00
parent e49741cb01
commit 145094d364

View File

@ -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