summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/bandwidth_com.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-03-21 16:34:39 -0700
committerMark Wells <mark@freeside.biz>2016-03-21 16:34:56 -0700
commitbfb8d2494cf4a9530257d5fb7615fe6edaa4ad82 (patch)
tree35948f2185438dbb0f13c117afd5c19944392194 /FS/FS/part_export/bandwidth_com.pm
parent4f68aef1daec2e338839bbe7968bf1919e33e962 (diff)
fix host parameter in non-test mode, #39914
Diffstat (limited to 'FS/FS/part_export/bandwidth_com.pm')
-rw-r--r--FS/FS/part_export/bandwidth_com.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/part_export/bandwidth_com.pm b/FS/FS/part_export/bandwidth_com.pm
index 7bb26e0..6c69fe3 100644
--- a/FS/FS/part_export/bandwidth_com.pm
+++ b/FS/FS/part_export/bandwidth_com.pm
@@ -427,6 +427,7 @@ sub host {
$self->{_host} ||= do {
my $host = 'dashboard.bandwidth.com';
$host = "test.$host" if $self->option('test');
+ $host;
};
}