Skip to content

Commit

Permalink
Oops, the default for :csv should be off!
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Nov 5, 2017
1 parent 3e4ef2e commit 4d21ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Telemetry.pm6
Expand Up @@ -791,7 +791,7 @@ multi sub report(

# set csv flag
without $csv {
$csv = $_.Int with %*ENV<RAKUDO_REPORT_CSV> // 1;
$csv = $_.Int with %*ENV<RAKUDO_REPORT_CSV> // 0;
}

# get / calculate the format info we need
Expand Down

0 comments on commit 4d21ad6

Please sign in to comment.