removed hardcoded path
This commit is contained in:
parent
d3733b3409
commit
0b92c7efe5
|
@ -88,8 +88,6 @@ public class TestingUtilities {
|
|||
if (!Utilities.noString(s))
|
||||
return s;
|
||||
s = "C:\\work\\org.hl7.fhir\\build";
|
||||
// FIXME: change this back
|
||||
s = "/Users/jamesagnew/git/fhir";
|
||||
if (new File(s).exists())
|
||||
return s;
|
||||
throw new Error("FHIR Home directory not configured");
|
||||
|
|
Loading…
Reference in New Issue