Skip to content

Commit bdb250a

Browse files
committed
Moved completion bash
1 parent 0bc810e commit bdb250a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

beets/ui/commands/completion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def completion_script(commands):
4848
completion data for.
4949
"""
5050
base_script = os.path.join(
51-
os.path.dirname(__file__), "../completion_base.sh"
51+
os.path.dirname(__file__), "./completion_base.sh"
5252
)
5353
with open(base_script) as base_script:
5454
yield base_script.read()
File renamed without changes.

0 commit comments

Comments
 (0)