We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc810e commit bdb250aCopy full SHA for bdb250a
beets/ui/commands/completion.py
@@ -48,7 +48,7 @@ def completion_script(commands):
48
completion data for.
49
"""
50
base_script = os.path.join(
51
- os.path.dirname(__file__), "../completion_base.sh"
+ os.path.dirname(__file__), "./completion_base.sh"
52
)
53
with open(base_script) as base_script:
54
yield base_script.read()
beets/ui/completion_base.sh renamed to beets/ui/commands/completion_base.sh
0 commit comments