Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Feb 1, 2017
1 parent 147b58b commit fb99f4d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -118,7 +118,7 @@ def download_release_notes
InstData.release_notes[product["short_name"]] = SCR.Read(path(".target.string"), filename)
InstData.downloaded_release_notes << product["short_name"]
break
elsif skip_ret.has_key? ret
elsif skip_ret.key? ret
log.info "Communication with server for release notes download failed ( #{skip_ret[ret]} ), skipping further attempts."
InstData.stop_relnotes_download = true
break
Expand Down

0 comments on commit fb99f4d

Please sign in to comment.