From c88cd3c5f39c160d92c350fdc3a31316380d1824 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Fri, 3 May 2024 18:23:53 +0200 Subject: [PATCH] Print location of configuratin file in --list output --- src/configfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configfile.c b/src/configfile.c index a584bf1..7e63ca2 100644 --- a/src/configfile.c +++ b/src/configfile.c @@ -636,7 +636,7 @@ void config_list_targets(void) return; } - printf("\nConfiguration profiles\n"); + printf("\nConfiguration profiles (%s)\n", config.path); printf("--------------------------------------------------------------------------------\n"); int j = 1;