Update readme for code of conduct.

See https://github.com/spring-cloud/spring-cloud-build/issues/26
This commit is contained in:
Spencer Gibb
2016-02-01 20:18:23 -07:00
parent b454105925
commit 0b022837e2
2 changed files with 45 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ file = ARGV[0] if ARGV.length>0
srcDir = File.dirname(file)
out = "// Do not edit this file (e.g. go instead to docs/src/main/asciidoc)\n\n"
doc = Asciidoctor.load_file file, safe: :safe, parse: false
doc = Asciidoctor.load_file file, safe: :safe, parse: false, attributes: 'allow-uri-read'
out << doc.reader.read
unless options[:to_file]