Skip to content

Commit

Permalink
Merge pull request #10 from borod108/refactoring/highest_allowed_api_…
Browse files Browse the repository at this point in the history
…version_ret_val

Change method return value for consistency
  • Loading branch information
durandom committed Apr 12, 2017
2 parents ac28230 + 6d33ab3 commit 5879491
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 5879491

Please sign in to comment.