Skip to content

Commit

Permalink
normalize ol as oracle OS
Browse files Browse the repository at this point in the history
  • Loading branch information
nasark committed Dec 3, 2024
1 parent 48a37a3 commit e60519e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/operating_system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class OperatingSystem < ApplicationRecord
["linux_debian", %w[debian]],
["linux_esx", %w[vmnixx86 vmwareesxserver esxserver vmwareesxi]],
["linux_solaris", %w[solaris]],
["linux_oracle", %w[oracle]],
["linux_oracle", %w[oracle ol]],
["linux_photon", %w[photon]],
["linux_generic", %w[linux]],
["unix_aix", %w[aix vios]],
Expand Down

0 comments on commit e60519e

Please sign in to comment.