Skip to content

Commit 77b313b

Browse files
committed
--updateversion saves updates to incorrect location #499
1 parent e152404 commit 77b313b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysqltuner.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ sub update_tuner_version {
608608
debugprint "$httpcli is available.";
609609

610610
$fullpath=dirname(__FILE__)."/".$script;
611-
debugprint "FullPath: $fullpath"
611+
debugprint "FullPath: $fullpath";
612612
debugprint
613613
"$httpcli --connect-timeout 3 '$url$script' 2>$devnull > $fullpath";
614614
$update =

0 commit comments

Comments
 (0)