Skip to content

Commit 7fd9fe3

Browse files
committed
fixes
1 parent 3589e46 commit 7fd9fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/commands/assess_distribution.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ def run
5858

5959
# Initialize evaluation counters
6060
flag_evaluations = {
61-
"enabled" => 0,
62-
"disabled" => 0
61+
enabled: 0,
62+
disabled: 0
6363
}
6464
variation_evaluations = {}
6565

0 commit comments

Comments
 (0)