Skip to content

Commit ac6ab37

Browse files
committed
Fix command option
1 parent 8e9e990 commit ac6ab37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ else
5858
log.debug("parsing command...")
5959
log.debug(args.command)
6060
log.debug(#args.command)
61-
command = concat(args.command, " ")
61+
command = args.command
6262
end
6363

6464
if args.notifier then

0 commit comments

Comments
 (0)