lib/heartcheck/checks/watch_file.rb in heartcheck-1.0.5 vs lib/heartcheck/checks/watch_file.rb in heartcheck-1.0.6

- old
+ new

@@ -8,10 +8,10 @@ end def validate services.each do |service| if not service[:runtime].eql? installed(service[:file]) - @errors << "App outdated, check info for the diff" + @errors << "App outdated, check /monitoring/info for more details!" end end end def info