Skip to content

Commit

Permalink
Fixes mp4/video support (#286)
Browse files Browse the repository at this point in the history
Co-authored-by: McClain Looney <[email protected]>
  • Loading branch information
mlooney and McClain Looney authored Oct 17, 2022
1 parent 9a03e87 commit 40a8ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/extensions/fits_servlet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
protected

def command
format(%[curl -s -k -F datafile=@- #{ENV['FITS_SERVLET_URL']}/examine < %s], Shellwords.escape(filename))
format(%[curl -s -k -F datafile=@\\"%s\\" #{ENV['FITS_SERVLET_URL']}/examine], Shellwords.escape(filename))
end
end

0 comments on commit 40a8ebe

Please sign in to comment.