Skip to content

Commit 188d496

Browse files
committed
lua: Fix missing space on exec alias in podman template
1 parent 6af9361 commit 188d496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shpc/main/modules/templates/docker.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if (myShellName() == "bash") then
6868
end{% endif %}
6969

7070
-- A customizable exec function
71-
set_shell_function("{|module_name|}-exec", execCmd .. " --entrypoint \"\" " .. containerPath .. " $@", execCmd .. " --entrypoint \"\"" .. containerPath .. " $*")
71+
set_shell_function("{|module_name|}-exec", execCmd .. " --entrypoint \"\" " .. containerPath .. " $@", execCmd .. " --entrypoint \"\" " .. containerPath .. " $*")
7272

7373
-- Always provide a container run
7474
set_shell_function("{|module_name|}-run", runCmd .. " $@", runCmd .. " $*")

0 commit comments

Comments
 (0)