From de53c55383ed07e0b65f69d33f5284a31d791664 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sun, 30 Jun 2024 22:39:50 +0300 Subject: Refactoring --- modules/mixtapes/lib.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/mixtapes') diff --git a/modules/mixtapes/lib.sh b/modules/mixtapes/lib.sh index 58d7beb..4738a35 100755 --- a/modules/mixtapes/lib.sh +++ b/modules/mixtapes/lib.sh @@ -60,9 +60,9 @@ _ak_modules_mixtapes_get_local_latest(){ cd $tempdir if [ -z "$1" ] then - ak-enter -l 1 | jq > aktempzblock + ak zchain --crawl -l 1 | jq > aktempzblock else - ak-enter -l 1 $1 | jq > aktempzblock + ak zchain --crawl -l 1 $1 | jq > aktempzblock fi curzblock="`cat aktempzblock | jq -r '.[].zblock'`" curaction="`cat aktempzblock | jq -r '.[].action'`" -- cgit v1.2.3