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.
1 parent 6af9361 commit 188d496Copy full SHA for 188d496
shpc/main/modules/templates/docker.lua
@@ -68,7 +68,7 @@ if (myShellName() == "bash") then
68
end{% endif %}
69
70
-- A customizable exec function
71
-set_shell_function("{|module_name|}-exec", execCmd .. " --entrypoint \"\" " .. containerPath .. " $@", execCmd .. " --entrypoint \"\"" .. containerPath .. " $*")
+set_shell_function("{|module_name|}-exec", execCmd .. " --entrypoint \"\" " .. containerPath .. " $@", execCmd .. " --entrypoint \"\" " .. containerPath .. " $*")
72
73
-- Always provide a container run
74
set_shell_function("{|module_name|}-run", runCmd .. " $@", runCmd .. " $*")
0 commit comments