xbps-cycles: fix a typo
This commit is contained in:
parent
61b4c61302
commit
0db458e461
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ def find_cycles(depmap, xbpsdir):
|
||||||
# Any of the dependencies here contributes to a cycle
|
# Any of the dependencies here contributes to a cycle
|
||||||
p = min(deps)
|
p = min(deps)
|
||||||
if len(deps) > 1:
|
if len(deps) > 1:
|
||||||
print('Mulitpath: {} -> {}, choosing first'.format(p, deps))
|
print('Multipath: {} -> {}, choosing first'.format(p, deps))
|
||||||
|
|
||||||
if cycles:
|
if cycles:
|
||||||
print('Cycle: ' + ' -> '.join(cycles) + '\n')
|
print('Cycle: ' + ' -> '.join(cycles) + '\n')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue