Skip to content

Commit

Permalink
fix: description
Browse files Browse the repository at this point in the history
Co-authored-by: Dominik Heidler <dominik@heidler.eu>
  • Loading branch information
nobkd and asdil12 authored Oct 10, 2023
1 parent d51552e commit aa43590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/opi
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def setup_argparser(plugin_manager):


def repo_query(query):
print(f'Query: {(" ".join(query) if isinstance(query, list) else query)!r}')
print(f'Searching repos for: {(" ".join(query) if isinstance(query, list) else query)}')

binaries = []
binaries.extend(opi.search_published_binary('openSUSE', query))
Expand Down

0 comments on commit aa43590

Please sign in to comment.