Skip to content

Commit e691261

Browse files
authored
Merge pull request chubin#108 from ray-g/master
Fix: Missing args in Sub-commands
2 parents 787c05d + e716251 commit e691261

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)