From 08d0e0a354839539942c55dd4ec71a55b901da8e Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sat, 30 Dec 2023 05:22:58 +0100 Subject: [PATCH] oupsi ^^" --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 3ea737c..84db87e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -83,7 +83,7 @@ then ynh_exec_as "$app" git reset --hard --quiet "$version_commit" ynh_exec_as "$app" git pull ynh_exec_warn_less shards install --production - ynh_exec_warn_less crystal build "$install_dir/src/invidious.c"r --release + ynh_exec_warn_less crystal build "$install_dir/src/invidious.cr" --release popd fi