Skip to content

Commit

Permalink
Fix small issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gudmdharalds committed Jul 13, 2020
1 parent 379f217 commit ed10db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vip-go-ci.php
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ function vipgoci_run() {

vipgoci_option_bool_handle( $options, 'dismissed-reviews-repost-comments', 'true' );

vipgoci_option_bool_handle( $options, 'results-comments-sort', false );
vipgoci_option_bool_handle( $options, 'results-comments-sort', 'false' );

if (
( false === $options['lint'] ) &&
Expand Down

0 comments on commit ed10db0

Please sign in to comment.