Skip to content

Commit f5ffad1

Browse files
committed
completions/ciel.bash: fix path completion for ciel new --from-tarball
1 parent b0641ea commit f5ffad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/ciel.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ _ciel() {
879879
fi
880880
case "${prev}" in
881881
--from-tarball)
882-
COMPREPLY=($(compgen -f "${cur}"))
882+
# implicitly fallback to default path completion
883883
return 0
884884
;;
885885
*)

0 commit comments

Comments
 (0)