Skip to content
Snippets Groups Projects
Commit 0ac9c630 authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

drop the , in store list

parent 9c1fc5bb
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ if ($op_mode eq 'refresh')
my $store_cfg= $stores_p->{$store};
unless (defined ($store_cfg))
{
print "no store config found", (($store) ? " for '$store'" : ''), "; check these: ", join (', ', sort keys %$stores_p), "\n";
print "no store config found", (($store) ? " for '$store'" : ''), "; check these: ", join (' ', sort keys %$stores_p), "\n";
print "or use --edit to find out more\n";
exit (2);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment