X-Git-Url: http://nitlanguage.org diff --git a/src/nitls.nit b/src/nitls.nit index f8fa778..f875083 100644 --- a/src/nitls.nit +++ b/src/nitls.nit @@ -196,7 +196,7 @@ if opt_source.value then if opt_paths.value then print mp.filepath.as(not null) else - print "{mp.mgroup.full_name}/{ot.display(mp)}" + print "{mp.mgroup.full_name}{ot.display(mp)}" end end end