commit 199d751dc07d32961746846ace430629d59ab228
parent 01d0d3f64cb0cdc33773d5f6f824914e62b887e8
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Thu, 17 May 2018 10:19:20 +0200
fix one-char option name.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/twister/testing_api_cmd_exec_client.c b/src/twister/testing_api_cmd_exec_client.c
@@ -427,7 +427,7 @@ modify_object_ul_run (void *cls,
"taler-twister",
"taler-twister",
"-c", mos->config_filename,
- "-M", mos->path,
+ "-X", mos->path,
"--value", mos->value,
NULL);
if (NULL == mos->proc)