From 3d7311e7eb7a530d9fcdad7d453fba23c27fc4fd Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 29 Sep 2014 14:44:26 +0100 Subject: [PATCH] Fix comment pre-amble in README --- README.adoc | 4 +++- src/main/ruby/readme.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 8b939d9..d9b6595 100644 --- a/README.adoc +++ b/README.adoc @@ -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]. diff --git a/src/main/ruby/readme.rb b/src/main/ruby/readme.rb index 348507c..2f532aa 100644 --- a/src/main/ruby/readme.rb +++ b/src/main/ruby/readme.rb @@ -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