xbps-cycles: fix a typo
This commit is contained in:
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user