From aff78893c287e95ab6cd7220f4a13049f35cf447 Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 3 May 2023 10:19:39 +0200 Subject: [PATCH] typo --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index af6e9b6..b9c112a 100644 --- a/scripts/install +++ b/scripts/install @@ -95,7 +95,7 @@ release_folder="_build/prod/rel/bonfire" ynh_script_progression --message="Running database migrations..." --weight=1 # Database created before, let's run the migrations -ynh_exec_warn ynh_exec_as $app -s $SHELL -lc ""just cmd $release_folder/bin/bonfire eval 'EctoSparkles.Migrator.migrate()'" +ynh_exec_warn ynh_exec_as $app -s $SHELL -lc "just cmd $release_folder/bin/bonfire eval 'EctoSparkles.Migrator.migrate()'" ynh_script_progression --message="Starting Bonfire..." --weight=1 ynh_exec_warn ynh_exec_as $app -s $SHELL -lc "just cmd $release_folder/bin/bonfire start"