From b12811b7708ea5250590494001cda377fa6a3fbf Mon Sep 17 00:00:00 2001 From: erkin Date: Fri, 23 Apr 2021 12:50:53 +0300 Subject: Forgot a semicolon --- scripts/vyatta-commit-push.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 { -- cgit v1.2.3