Skip to content

Commit

Permalink
Add missing whitespace to unsupported operation exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
felixsch committed Jun 11, 2018
1 parent 21da98e commit 63fc6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/suse/connect/api.rb
Expand Up @@ -247,7 +247,7 @@ def package_search(product, query)
rescue ApiError => e
raise e if e.code != 404
raise UnsupportedOperation, 'Package search is not supported by the '\
'registration proxy: Alternatively, use'\
'registration proxy: Alternatively, use '\
'the web version at https://scc.suse.com/packages/'
end
end
Expand Down

0 comments on commit 63fc6ca

Please sign in to comment.