Skip to content

Commit 36023d8

Browse files
committed
lib/dtutils/system - fixed typo in quote_windows_command call
1 parent d4a479b commit 36023d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dtutils/system.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function dtutils_system.windows_command(command)
9191
if file then
9292
dt.print_log("opened file")
9393
command = string.gsub(command, "%%", "%%%%") -- escape % from windows shell
94-
command = quote_windows-command(command)
94+
command = quote_windows_command(command)
9595
file:write(command)
9696
file:close()
9797

0 commit comments

Comments
 (0)