diff --git a/source/dub/dub.d b/source/dub/dub.d index b64a386..3bb731f 100644 --- a/source/dub/dub.d +++ b/source/dub/dub.d @@ -394,8 +394,8 @@ @property string mainRecipePath() const { return m_mainRecipePath; } /// Whenever the switch --recipe= is supplied, this member will be populated. - @property string mainRecipePath(string recipePath) - { + @property string mainRecipePath(string recipePath) + { return m_mainRecipePath = recipePath; }