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