summaryrefslogtreecommitdiff
path: root/environment
diff options
context:
space:
mode:
Diffstat (limited to 'environment')
-rw-r--r--environment/LocalConfig.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/environment/LocalConfig.pm b/environment/LocalConfig.pm
index 831a3a43..ca26253e 100644
--- a/environment/LocalConfig.pm
+++ b/environment/LocalConfig.pm
@@ -75,6 +75,7 @@ for my $config_key (keys %$CCONFIG) {
die "Can't find HOST_REGEXP for $config_key" unless $re;
if ($host =~ /$re/) {
$senvironment_name = $config_key;
+ last;
}
}