Skip to content

Commit

Permalink
Revert "Wrap output path in single quotes"
Browse files Browse the repository at this point in the history
This reverts commit b7672eb.
  • Loading branch information
kapoorlakshya authored Jul 20, 2024
1 parent 5c9aafb commit f8ffa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screen-recorder/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def parsed
vals << "-i #{input} " unless advanced_input[:i] # Input provided by user
vals << parse_advanced(advanced)
vals << parse_advanced(advanced_output)
vals << "'#{output}'"
vals << output
end

private
Expand Down

0 comments on commit f8ffa5f

Please sign in to comment.