Fix Guardfile

This commit is contained in:
Dave Syer
2014-10-01 14:56:26 +01:00
parent 404bbdad4c
commit 115b566c3c

View File

@@ -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