Fix comment pre-amble in README

This commit is contained in:
Dave Syer
2014-09-29 14:44:26 +01:00
parent b175545990
commit 3d7311e7eb
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
// Do not edit this file (go to /home/dsyer/dev/cloud/scripts/cloudfoundry/src/main/ruby/../../../src/main/asciidoc/README.adoc instead)Integration between https://github.com/cloudfoundry[Cloud Foundry]
// Do not edit this file (go instead to src/main/asciidoc)
Integration between https://github.com/cloudfoundry[Cloud Foundry]
and https://github.com/spring-cloud[Spring Cloud].

View File

@@ -31,7 +31,7 @@ module SpringCloud
def render_file file, options = {}
srcDir = File.dirname(file)
out = ["// Do not edit this file (go to #{file} instead)",""]
out = ["// Do not edit this file (go instead to src/main/asciidoc)\n","\n"]
File.new(file).each do |line|
self.process(out, srcDir, line)
end