Skip to content

Commit

Permalink
revert alteration of installing sc-meta dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Sep 17, 2024
1 parent 8d4e014 commit eea5966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions multiversx_sdk_cli/dependencies/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
myprocess, utils, workstation)
from multiversx_sdk_cli.dependencies.resolution import (
DependencyResolution, get_dependency_resolution)
from multiversx_sdk_cli.ux import show_message, show_warning
from multiversx_sdk_cli.ux import show_warning

logger = logging.getLogger("modules")

Expand Down Expand Up @@ -241,7 +241,7 @@ def install(self, overwrite: bool) -> None:
self._install_sc_meta()
self._install_wasm_opt()
self._install_twiggy()
show_message("Please also install all the necessary dependencies required for `sc-meta` to run properly bu running the following command: `sc-meta install all`.")
self._install_sc_meta_deps()

def _check_install_env(self, apply_correction: bool = True):
"""
Expand Down

0 comments on commit eea5966

Please sign in to comment.