From 48a4a88099c5824b24b073b0b8d581e3f56f7b06 Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Tue, 31 Mar 2026 21:45:59 +0200 Subject: [PATCH] [mod] tools:build --- tools/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deploy b/tools/deploy index e0b5daa..d6ed0eb 100755 --- a/tools/deploy +++ b/tools/deploy @@ -28,7 +28,7 @@ def main(): "--build-directory", type = str, dest = "build_directory", - default = "/tmp/heimdall", + default = "build", metavar = "", help = "directory to where the build was put", )