diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/vyatta-commit-push.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-commit-push.pl b/scripts/vyatta-commit-push.pl index 3580378..bd8efc0 100755 --- a/scripts/vyatta-commit-push.pl +++ b/scripts/vyatta-commit-push.pl @@ -74,7 +74,7 @@ my $source_address = $config->returnEffectiveValue('source-address'); if (defined($source_address)) { print("Using source address $source_address\n"); # The string needs to be wrapped in quotes. - $source_address = '"' . $source_address . '"' + $source_address = '"' . $source_address . '"'; } # Otherwise, we're going to pass None. else { |
