Skip to content

Commit

Permalink
B OpenNebula#3167: fix syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
  • Loading branch information
Jorge Lobo committed Nov 18, 2019
1 parent 4d17741 commit d0f5648
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sunstone/routes/support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ def returnRoute(version,httpCode=200)
if validate_time < 86400
return returnRoute($conf[:one_last_version])
end

begin
http = Curl.get(GITHUB_TAGS_URL) do |request|
if !$conf[:proxy].nil? && !$conf[:proxy].empty?
Expand Down

0 comments on commit d0f5648

Please sign in to comment.