aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/test-run2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test-run b/bin/test-run
index 85ce87797..3ddccd308 100755
--- a/bin/test-run
+++ b/bin/test-run
@@ -218,7 +218,7 @@ sub submit_report {
my @messages = @{$texts};
# convert easting, northing to lat lon
- ( $latitude, $longitude ) =
+ my ( $latitude, $longitude ) =
Utils::convert_en_to_latlon( $easting, $northing );
submit_postcode($cobrand, $postcode, $messages[0]);