Commit 31bc482a by Dave Syer

Fix Guardfile

parent 74828ab8
...@@ -33,7 +33,7 @@ module SpringCloud ...@@ -33,7 +33,7 @@ module SpringCloud
def render_file file, options = {} def render_file file, options = {}
srcDir = File.dirname(file) 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| File.new(file).each do |line|
self.process(out, srcDir, line) self.process(out, srcDir, line)
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment