diff --git a/tools/build b/tools/build index 6c447ee..25bfa98 100755 --- a/tools/build +++ b/tools/build @@ -32,7 +32,7 @@ def main(): "-o", "--output-directory", type = str, - default = "/tmp/espe-backend", + default = "/tmp/espe", metavar = "", help = "output directory", ) diff --git a/tools/deploy b/tools/deploy index f3285e2..63ccd4e 100755 --- a/tools/deploy +++ b/tools/deploy @@ -28,7 +28,7 @@ def main(): "--build-directory", type = str, dest = "build_directory", - default = "build", + default = "/tmp/espe", metavar = "", help = "directory to where the build was put", )