Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinon committed May 6, 2022
1 parent aaf2c9d commit 95a2a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spoved/system_cmd.cr
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Spoved::SystemCmd

def system_cmd(command : String, args : Array(String)? = nil, env : Process::Env = nil, clear_env : Bool = false, shell : Bool = true)
if args
logger.debug { "Running command : #{command} #{args.join("")}" }
logger.debug { "Running command : #{command} #{args.join(" ")}" }
else
logger.debug { "Running command : #{command}" }
end
Expand Down

0 comments on commit 95a2a4b

Please sign in to comment.