diff --git a/tools/deploy b/tools/deploy index 8e64eae..995b8c8 100755 --- a/tools/deploy +++ b/tools/deploy @@ -19,9 +19,9 @@ def main(): "--target-directory", type = str, dest = "target_directory", - default = "/opt/zbwf", + default = "/opt/dali", metavar = "", - help = "directory on the target system, where the files shall be put; default: /opt/zbwf", + help = "directory on the target system, where the files shall be put; default: /opt/dali", ) argument_parser.add_argument( "-b",