Skip to content

Commit

Permalink
Change method return value for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Odnopozov committed Apr 12, 2017
1 parent ac28230 commit 6d33ab3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def highest_supported_api_version
end

def highest_allowed_api_version
return 3 unless use_ovirt_sdk?
return '3' unless use_ovirt_sdk?
highest_supported_api_version
end

Expand Down

0 comments on commit 6d33ab3

Please sign in to comment.