diff --git a/main/Act.scala b/main/Act.scala index 7d7d98610..afd53ce83 100644 --- a/main/Act.scala +++ b/main/Act.scala @@ -196,7 +196,7 @@ object Act } def resolvedReference(index: KeyIndex, currentBuild: URI, trailing: Parser[_]): Parser[ResolvedReference] = { - def projectID(uri: URI) = token( examples(ID, index projects uri, "project ID") <~ trailing ) + def projectID(uri: URI) = token( examplesStrict(ID, index projects uri, "project ID") <~ trailing ) def projectRef(uri: URI) = projectID(uri) map { id => ProjectRef(uri, id) } val uris = index.buildURIs