Skip to content

Commit 28a772a

Browse files
committed
fix vm repo name
1 parent 175406b commit 28a772a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

erdpy/dependencies/modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def __init__(self, key: str, aliases: List[str] = None):
150150
aliases = list()
151151

152152
super().__init__(key, aliases)
153-
self.repo_name = 'mx-vm-wasm-go'
153+
self.repo_name = 'mx-chain-vm-go'
154154
self.organisation = 'multiversx'
155155

156156
def _post_install(self, tag: str):

0 commit comments

Comments
 (0)