diff --git a/source/dub/dependency.d b/source/dub/dependency.d index 8817d5e..5a3fe83 100644 --- a/source/dub/dependency.d +++ b/source/dub/dependency.d @@ -1031,7 +1031,7 @@ string r; - if (this == Invalid) return "invalid"; + if (this == Invalid) return "no"; if (this.isExactVersion() && m_inclusiveA && m_inclusiveB) { // Special "==" case if (m_versA == Version.masterBranch) return "~master";