From f019b6931a2e4c1bd768ab7c11a4a81b9557987e Mon Sep 17 00:00:00 2001 From: kamangir Date: Sun, 2 Jun 2024 18:55:39 -0700 Subject: [PATCH] refactor - kamangir/bolt#746 --- ferfereh/.abcli/publish.sh | 2 +- ferfereh/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ferfereh/.abcli/publish.sh b/ferfereh/.abcli/publish.sh index e6a2084..479abb5 100644 --- a/ferfereh/.abcli/publish.sh +++ b/ferfereh/.abcli/publish.sh @@ -47,7 +47,7 @@ function ferfereh_publish() { abcli_download if [ "$ingest_downloads" == 1 ]; then - local download_folder=$abcli_path_home/Downloads/ferfereh + local download_folder=$HOME/Downloads/ferfereh mkdir -p $download_folder diff --git a/ferfereh/__init__.py b/ferfereh/__init__.py index cf580f7..08291e4 100644 --- a/ferfereh/__init__.py +++ b/ferfereh/__init__.py @@ -4,4 +4,4 @@ DESCRIPTION = f"{ICON} 3d-printed graffiti." -VERSION = "1.138.1" +VERSION = "1.139.1"