Skip to content

Commit b1f1ca6

Browse files
committed
Corrección al leer path al reiniciar los servicios
1 parent 627e549 commit b1f1ca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fabricator/recipes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def restart_services(
381381
site = config['name']
382382

383383
# Define paths
384-
base_path = config['deploy_path']
384+
base_path = config['original_path']
385385
current_path = f"{base_path}/current"
386386
venv_path = config.get("venv", "venv")
387387

0 commit comments

Comments
 (0)