diff --git a/bin/pt-stalk b/bin/pt-stalk index f0e6b8b2..7e066c8a 100755 --- a/bin/pt-stalk +++ b/bin/pt-stalk @@ -1082,7 +1082,7 @@ ps_locks_transactions() { echo -e "\n$status\n" >> $outfile $CMD_MYSQL $EXT_ARGV -e "$status" >> $outfile else - echo "Performance schema is not enabled" >> outfile + echo "Performance schema is not enabled" >> $outfile fi }