Skip to content

Commit

Permalink
rubocop offense
Browse files Browse the repository at this point in the history
  • Loading branch information
jsrain authored and mvidner committed Mar 7, 2017
1 parent f8eb708 commit 8f4db0c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -150,7 +150,7 @@ def download_release_notes
if !rn_filter.nil?
filename = Builtins.sformat(filename_templ, lang)
filename = Builtins.substring(filename, 1)
if ! rn_filter.include? filename
if !rn_filter.include? filename
log.info "File #{filename} not found in index, skipping attempt download"
next
end
Expand Down

0 comments on commit 8f4db0c

Please sign in to comment.