mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-22 09:21:13 +08:00
use correct variable for finding version
This commit is contained in:
parent
908a2f61f7
commit
aea5e440d7
|
@ -79,7 +79,7 @@ if args.version == '::guess::':
|
|||
tags = git_tags()
|
||||
|
||||
if args.version in tags:
|
||||
idx = tags.index(version)
|
||||
idx = tags.index(args.version)
|
||||
tags = tags[idx:]
|
||||
tags = zip(tags,tags)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user