From 8eef8684238d028fc3e7bc4f117e0a867fab1b2d Mon Sep 17 00:00:00 2001 From: aserrador Date: Mon, 20 Oct 2025 15:20:04 -0500 Subject: [PATCH] fix --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index cb8db4e..7f1ede0 100644 --- a/Rakefile +++ b/Rakefile @@ -91,7 +91,7 @@ namespace :live do compose('exec', '-it', '--user', 'postgres', 'db', "bash -c 'createdb -U tryton #{args.database}'") compose('restart', "live", compose: "compose.live.yml") sleep(30) - compose('exec', 'live', "bash -c 'python3 demo/scripts/__main__.py -c .dev/trytond.cfg -d #{args.database}'") + compose('exec', 'live', "bash -c 'python3 demo/populate_scripts/__main__.py -c .dev/trytond.cfg -d #{args.database}'") compose('restart', 'live', compose: "compose.live.yml") else puts "Falta el nombre de la base de datos"