Fix in default report file name for LintReport
authorJan Vrany <jan.vrany@fit.cvut.cz>
Fri, 13 Jan 2012 13:47:56 +0100
changeset 78 d3f87f298062
parent 77 90d1dd533087
child 79 889d3747a0a8
Fix in default report file name for LintReport
reports/Builder__ReportRunner.st
--- a/reports/Builder__ReportRunner.st	Fri Jan 13 13:31:39 2012 +0100
+++ b/reports/Builder__ReportRunner.st	Fri Jan 13 13:47:56 2012 +0100
@@ -55,7 +55,7 @@
         action:[:option |
             report := Smalltalk at: option asSymbol.
             report isNil ifTrue:[
-                Stderr nextPutLine:('ERROR: Report class %1 does not exist (forgot to load package)' bindWith: option).        
+                Stderr nextPutLine:('ERROR: Report class %1 does not exist (forgot to load package?)' bindWith: option).        
                 "/Smalltalk exit: 1.        
             ].
             report := report new.