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'