diff options
Diffstat (limited to 'src/anilist_command.sh')
| -rw-r--r-- | src/anilist_command.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/anilist_command.sh b/src/anilist_command.sh index 40e5018..39e602d 100644 --- a/src/anilist_command.sh +++ b/src/anilist_command.sh @@ -1,4 +1,4 @@ -if [ -n "${args[profile]}" ]; then +if [[ -n "${args[profile]}" ]]; then xdg-open https://anilist.co/user/"${args[profile]}" else xdg-open https://anilist.co/home |