From dac4d5a6203da5fd954e092135c5e1157327ac36 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Mon, 24 Feb 2025 15:10:02 +0000 Subject: [PATCH] Fixed output mixup --- autobigs-cli.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/autobigs-cli.xml b/autobigs-cli.xml index 65546de..f926753 100644 --- a/autobigs-cli.xml +++ b/autobigs-cli.xml @@ -14,9 +14,9 @@ - mode['operation'] == "st" + mode['operation'] == 'st' - mode['operation'] == "info" and mode['select_info']['retrieved'] == 'databases' + mode['operation'] == 'info' and mode['select_info']['retrieved'] == 'databases' - mode['operation'] == "info" and mode['select_info']['retrieved'] == 'schemes' + mode['operation'] == 'info' and mode['select_info']['retrieved'] == 'schemes'