Print location of configuratin file in --list output

This commit is contained in:
Martin Lund 2024-05-03 18:23:53 +02:00
parent 59940b3311
commit c88cd3c5f3

View file

@ -636,7 +636,7 @@ void config_list_targets(void)
return; return;
} }
printf("\nConfiguration profiles\n"); printf("\nConfiguration profiles (%s)\n", config.path);
printf("--------------------------------------------------------------------------------\n"); printf("--------------------------------------------------------------------------------\n");
int j = 1; int j = 1;