summaryrefslogtreecommitdiffstats
path: root/extensions/Push/bin/bugzilla-pushd.pl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Push/bin/bugzilla-pushd.pl')
-rwxr-xr-xextensions/Push/bin/bugzilla-pushd.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/Push/bin/bugzilla-pushd.pl b/extensions/Push/bin/bugzilla-pushd.pl
index 47c905558..cc509aa45 100755
--- a/extensions/Push/bin/bugzilla-pushd.pl
+++ b/extensions/Push/bin/bugzilla-pushd.pl
@@ -14,8 +14,8 @@ use 5.10.1;
use lib qw(. lib local/lib/perl5);
BEGIN {
- use Bugzilla;
- Bugzilla->extensions;
+ use Bugzilla;
+ Bugzilla->extensions;
}
use Bugzilla::Extension::Push::Daemon;