Skip to content

Commit

Permalink
Fix Rubocop offense for using single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
srinidhibs committed Apr 15, 2020
1 parent 7f1e2f4 commit 6bfab92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/control/src/modules/InstError.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def SaveLogs
# @param [String] details (displayed as a plain text, can contain multiple lines)
def ShowErrorPopUp(heading, error_text, details)
bugzilla_url = "http://bugzilla.suse.com/"
bugzilla_url = "http://bugzilla.opensuse.org" if OSRelease.ReleaseName.include? 'openSUSE'
bugzilla_url = "http://bugzilla.opensuse.org" if OSRelease.ReleaseName.include? "openSUSE"
success = UI.OpenDialog(
Opt(:decorated, :warncolor),
VBox(
Expand Down

0 comments on commit 6bfab92

Please sign in to comment.