We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97aa4ce + 36023d8 commit 7c93868Copy full SHA for 7c93868
lib/dtutils/system.lua
@@ -91,7 +91,7 @@ function dtutils_system.windows_command(command)
91
if file then
92
dt.print_log("opened file")
93
command = string.gsub(command, "%%", "%%%%") -- escape % from windows shell
94
- command = quote_windows-command(command)
+ command = quote_windows_command(command)
95
file:write(command)
96
file:close()
97
0 commit comments