From 72f80ea51f25256d0c463c2f3dc3d8670cfc4634 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 14 Mar 2026 22:12:30 +0800 Subject: Add shell completions for new jvn CLI --- scripts/deploy/jv_cli.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts/deploy/jv_cli.sh') diff --git a/scripts/deploy/jv_cli.sh b/scripts/deploy/jv_cli.sh index 80ff757..b5212af 100755 --- a/scripts/deploy/jv_cli.sh +++ b/scripts/deploy/jv_cli.sh @@ -58,11 +58,11 @@ alias jvu='jv update' ### COMPLETION ### ################## -if [ -f "$SCRIPT_DIR/comp/jv.sh" ]; then - source "$SCRIPT_DIR/comp/jv.sh" +if [ -f "$SCRIPT_DIR/_legacy/comp/jv.sh" ]; then + source "$SCRIPT_DIR/_legacy/comp/jv.sh" fi -if [ -f "$SCRIPT_DIR/comp/jvv.sh" ]; then - source "$SCRIPT_DIR/comp/jvv.sh" +if [ -f "$SCRIPT_DIR/_legacy/comp/jvv.sh" ]; then + source "$SCRIPT_DIR/_legacy/comp/jvv.sh" fi ################## -- cgit