Skip to content

Commit a096300

Browse files
committed
fix(rubocop): Style/GlobalStdStream
Use $stdout instead of STDOUT
1 parent 7471f99 commit a096300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/fetch-cfa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module CFA
6363
end
6464

6565
def logger
66-
@logger ||= Logger.new(STDOUT)
66+
@logger ||= Logger.new($stdout)
6767
end
6868

6969
private

0 commit comments

Comments
 (0)