summary refs log tree commit diff
path: root/.ci/scripts/test_export_data_command.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/scripts/test_export_data_command.sh')
-rwxr-xr-x.ci/scripts/test_export_data_command.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/scripts/test_export_data_command.sh b/.ci/scripts/test_export_data_command.sh

index 75f5811d10..ab96387a0a 100755 --- a/.ci/scripts/test_export_data_command.sh +++ b/.ci/scripts/test_export_data_command.sh
@@ -3,7 +3,7 @@ # Test for the export-data admin command against sqlite and postgres set -xe -cd `dirname $0`/../.. +cd "$(dirname "$0")/../.." echo "--- Install dependencies"