From ab5e28d3284171431265e199ff6ec6bad7515b7f Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Tue, 14 Dec 2021 13:26:37 +0100
Subject: [PATCH] Fix TangoDB dump command

---
 bin/dump_ConfigDb.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/dump_ConfigDb.sh b/bin/dump_ConfigDb.sh
index 0dc634c45..c1f6dc214 100755
--- a/bin/dump_ConfigDb.sh
+++ b/bin/dump_ConfigDb.sh
@@ -1,4 +1,4 @@
 #!/bin/bash
 
 # writes the JSON dump to stdout, Do not change -i into -it incompatible with gitlab ci!
-docker exec -i "${CONTAINER_NAME_PREFIX}"dsconfig python -m dsconfig.
+docker exec -i "${CONTAINER_NAME_PREFIX}"dsconfig python -m dsconfig.dump
-- 
GitLab