Skip to content

Commit e716251

Browse files
authored
Fix: Missing args in Sub-commands
1 parent 787c05d commit e716251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/cht.sh.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,5 +460,5 @@ while true; do
460460
version) cmd_name=version;;
461461
*) cmd_name="query $cmd_name";;
462462
esac
463-
cmd_$cmd_name $cmdargs
463+
cmd_$cmd_name $cmd_args
464464
done

0 commit comments

Comments
 (0)