7 lines
110 B
Ruby
7 lines
110 B
Ruby
# typed: strict
|
|
# frozen_string_literal: true
|
|
|
|
if OS.linux?
|
|
require "extend/os/linux/cmd/update-report"
|
|
end
|