Skip to content

Commit 5f92486

Browse files
committed
fix(nox): invoked sed as command sed
1 parent 15ca019 commit 5f92486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/_nox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This serves as a fallback in case the completion is not installed otherwise.
55

66
eval -- "$(
7-
PATH=$(type -p "$1" 2>/dev/null | sed 's,/[^/]*$,,')${PATH:+:$PATH}
7+
PATH=$(type -p "$1" 2>/dev/null | command sed 's,/[^/]*$,,')${PATH:+:$PATH}
88
register-python-argcomplete --shell bash "$1" 2>/dev/null ||
99
register-python-argcomplete3 --shell bash "$1" 2>/dev/null
1010
)"

0 commit comments

Comments
 (0)