X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/629a34f64f780c03d049d20057acc9a487162272..095de39e1be653dcb6438d19c719bd7797e0772a:/src/domain.sml diff --git a/src/domain.sml b/src/domain.sml index 99152ea..4ec6f55 100644 --- a/src/domain.sml +++ b/src/domain.sml @@ -71,7 +71,7 @@ fun getPath domain = val elems = foldr (fn (piece, elems) => let val elems = piece :: elems - val path = String.concatWith "/" (Config.configRoot :: rev elems) + val path = String.concatWith "/" (Config.resultRoot :: rev elems) in (if Posix.FileSys.ST.isDir (Posix.FileSys.stat path) then @@ -83,7 +83,7 @@ fun getPath domain = elems end) [] toks in - String.concatWith "/" (Config.configRoot :: rev ("" :: elems)) + String.concatWith "/" (Config.resultRoot :: rev ("" :: elems)) end val _ = Env.container_one "domain"