From bf24a0b5c0a6ee87192b427a873ac805397a4f28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Sat, 1 Jun 2024 03:35:43 +0530 Subject: [PATCH] Fixed makefile (#2168) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8faf2019aa..9a8ca9fa34 100644 --- a/Makefile +++ b/Makefile @@ -239,7 +239,7 @@ setup-config-prompts: read -p "Enter a password for the sandbox container: " ssh_password; \ echo "ssh_password=\"$$ssh_password\"" >> $(CONFIG_FILE).tmp; \ else \ - echo "persist_sandbox=\"$$persist_sandbox\"" >> $(CONFIG_FILE).tmp + echo "persist_sandbox=\"$$persist_sandbox\"" >> $(CONFIG_FILE).tmp; \ fi @echo "" >> $(CONFIG_FILE).tmp