From b55b26dd209a983989b42dc9835015c4fe313744 Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Fri, 25 Oct 2024 10:29:07 +0200 Subject: [PATCH] [mod] tools:default directories --- tools/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deploy b/tools/deploy index 33ade02..a96b777 100755 --- a/tools/deploy +++ b/tools/deploy @@ -28,7 +28,7 @@ def main(): "--build-directory", type = str, dest = "build_directory", - default = "build", + default = "/tmp/zeitbild", metavar = "", help = "directory to where the build was put", )