Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
san983 committed Jun 11, 2024
1 parent 2b83ea4 commit 80b9798
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/installation_package.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def jammy?
false
end

def nobel?
def noble?
return true if platform?('ubuntu') && node['platform_version'] == '24.04'
false
end
Expand All @@ -87,8 +87,8 @@ def version_string(v)
'focal'
elsif jammy? # ubuntu 22.04
'jammy'
elsif nobel? # ubuntu 24.04
'nobel'
elsif noble? # ubuntu 24.04
'noble'
end

# https://github.com/seemethere/docker-ce-packaging/blob/9ba8e36e8588ea75209d813558c8065844c953a0/deb/gen-deb-ver#L16-L20
Expand Down

0 comments on commit 80b9798

Please sign in to comment.