From 7b956e1f38766dba09c7d0c13539fd97888f9d0d Mon Sep 17 00:00:00 2001 From: ksyasuda Date: Mon, 1 Nov 2021 03:58:54 -0700 Subject: [PATCH] fix path to ani-cli command in aniwrapper script --- aniwrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aniwrapper b/aniwrapper index 198f919..14e9322 100755 --- a/aniwrapper +++ b/aniwrapper @@ -1,6 +1,6 @@ #!/usr/bin/env bash -CMD=/usr/bin/ani-cli +CMD=/usr/local/bin/ani-cli DEFAULT="$HOME/Videos/sauce/" CFG_DIR="$XDG_CONFIG_HOME/ani-cli"