From 31bc482a90951735175d7b98e47ff30bf25a5584 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 1 Oct 2014 14:56:30 +0100 Subject: [PATCH] Fix Guardfile --- src/main/ruby/readme.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/ruby/readme.rb b/src/main/ruby/readme.rb index 9526f778..d39e0d54 100644 --- a/src/main/ruby/readme.rb +++ b/src/main/ruby/readme.rb @@ -33,7 +33,7 @@ module SpringCloud def render_file file, options = {} srcDir = File.dirname(file) - out = ["// Do not edit this file (go instead to src/main/asciidoc)\n","\n"] + out = ["// Do not edit this file (e.g. go instead to src/main/asciidoc)\n","\n"] File.new(file).each do |line| self.process(out, srcDir, line) end