Skip to content

Commit

Permalink
Merge pull request #174 from javacruft/ubuntu-support
Browse files Browse the repository at this point in the history
ubuntu: drop minimum version requirement to 18.04
  • Loading branch information
mikechristie authored Feb 27, 2020
2 parents 945fc55 + 4a238ff commit 020682a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbd-target-api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2737,7 +2737,7 @@ def pre_reqs_errors():
"rhel": 7.4,
"suse": 15.1,
"debian": 10,
"ubuntu": 19.04}
"ubuntu": 18.04}

errors_found = []

Expand Down

0 comments on commit 020682a

Please sign in to comment.