Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Merge branch 'dev' of https://github.com/marklogic/roxy.git into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcassel committed May 15, 2013
2 parents 125aaca + 6bb7a6e commit e339b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/lib/xcc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def build_load_uri(target_uri, options, commit)
url << "&repair=none" if options[:repairlevel] == "none"
url << "&repair=full" if options[:repairlevel] == "full"

url << "&format=xml" if options[:load_html_as_xml] && target_uri[/\.html$/]
url << "&format=xml" if options[:load_html_as_xml] == "true" && target_uri[/\.html$/]
url << "&format=xml" if options[:format] == "xml"
url << "&format=text" if options[:format] == "text"
url << "&format=binary" if options[:format] == "binary"
Expand Down

0 comments on commit e339b59

Please sign in to comment.