diff --git a/source/dub/package_.d b/source/dub/package_.d index 39a47d1..9ae5362 100644 --- a/source/dub/package_.d +++ b/source/dub/package_.d @@ -187,7 +187,7 @@ /** Overwrites the packge description file using the default filename with the current information. */ - void storeInfo(Path path = Path.init) + void storeInfo() { storeInfo(m_path); m_infoFile = PathAndFormat(m_path ~ defaultPackageFilename);