fix: remove useless assignation in fzf
This commit is contained in:
parent
995ab4d496
commit
8b0d64ad86
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ module GX::Utils
|
||||||
exit(1)
|
exit(1)
|
||||||
end
|
end
|
||||||
|
|
||||||
result = output.to_s.strip # .split.first?
|
# result
|
||||||
|
output.to_s.strip
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue