Skip to content
Snippets Groups Projects
Commit 9951b9c2 authored by Ian Baum's avatar Ian Baum
Browse files

Merge branch 'fix-debian-platform-dir' into 'master'

Fix debian platform dir

Closes #5537

See merge request gitlab-org/omnibus-gitlab!4422
parents 4fb6ac17 6b0009e1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -59,13 +59,13 @@ class OhaiHelper
 
def get_debian_version
case ohai['platform_version']
when /^7\./
when /^7/
'wheezy'
when /^8\./
when /^8/
'jessie'
when /^9\./
when /^9/
'stretch'
when /^10\./
when /^10/
'buster'
end
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment