Skip to content

Commit 02fcd2c

Browse files
att
1 parent 1f2d771 commit 02fcd2c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/private_machine_methods/cli_iteraction.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ private_lua_ship_machine_methods.build = function(self_obj, name)
88
end
99
local filename = name .. ".Dockerfile"
1010
private_lua_ship_machine_methods.save_to_file(self_obj, filename)
11-
local command = self_obj.provider .. " build -t " .. name .. " -f " .. filename .. " . --quiet "
11+
local command = self_obj.provider .. " build -t " .. name .. " -f " .. filename .. " . --quiet "
1212
local ok = private_lua_ship.os_execute(command)
1313
if not ok then
1414
private_lua_ship.error("unable to execute command:\n" .. command)

teste.out

18 KB
Binary file not shown.

0 commit comments

Comments
 (0)