Fix dependency cid
This commit is contained in:
@@ -34,7 +34,7 @@ class Dependency(yaml.YAMLError):
|
||||
path = parsed.path.strip("/")
|
||||
if path.endswith(".git"):
|
||||
path = path[:-4]
|
||||
return path + str(self.branch)
|
||||
return path + "@" + str(self.branch)
|
||||
|
||||
@classmethod
|
||||
def to_dict(cls, data: Self) -> dict:
|
||||
|
||||
Reference in New Issue
Block a user