From 9362cacf447821e0c42e768993933a237fa5ce3a Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 17 Mar 2024 16:28:02 -0600 Subject: [PATCH] fix typo --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 0911e03..145a290 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -46,7 +46,7 @@ chmod +x "$install_dir/shiori" if [ "$upgrade_type" == "UPGRADE_APP" ] then - if ynh_compare_current_pacakge_version --comparison lt --version 1.50~ynh9 + if ynh_compare_current_package_version --comparison lt --version 1.50~ynh9 then ynh_script_progression --message="Migrating sqlite from version < 1.50~ynh9..." --weight=1 FTS4_EXISTS=$(sqlite3 "$data_dir/shiori.db" "SELECT sql FROM sqlite_master WHERE type = 'table' AND name = 'bookmark_content' AND sql LIKE '%USING fts4%';")