Fix log
This commit is contained in:
parent
52e461ec80
commit
68c9960a58
@ -127,7 +127,7 @@ module Funko
|
||||
|
||||
# Helper to run faaso locally and respond via env
|
||||
def run_faaso(args : Array(String), env) : Bool
|
||||
Log.info { "Running faaso [#{args.join(", ")}, -l]" }
|
||||
Log.info { "Running faaso [#{args.join(", ")}, -l, 2>&1]" }
|
||||
Process.run(
|
||||
command: "faaso",
|
||||
args: args + ["-l", "2>&1"], # Always local in the server
|
||||
|
Loading…
Reference in New Issue
Block a user