Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pooza committed Aug 13, 2023
1 parent 063f86c commit d211905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ginseng/command_line.rb
Expand Up @@ -30,7 +30,7 @@ def env=(env)
end

def to_s
return args.map(&:to_s).map(&:shellescape).join(' ')
return args.map {|v| v.to_s.shellescape}.join(' ')
end

def exec
Expand Down

0 comments on commit d211905

Please sign in to comment.