aboutsummaryrefslogtreecommitdiffstats
path: root/iurt
diff options
context:
space:
mode:
Diffstat (limited to 'iurt')
-rwxr-xr-xiurt2
1 files changed, 1 insertions, 1 deletions
diff --git a/iurt b/iurt
index 23777fc..6882b6b 100755
--- a/iurt
+++ b/iurt
@@ -519,7 +519,7 @@ my %config_usage = (
if ($run{config_usage}) {
config_usage(\%config_usage, $config);
exit;
-};
+}
if (!$config->{repository}) {
die "FATAL $program_name: no repository have been defined (use --repository to specify one on the command line";