Skip to content

Commit

Permalink
Updated bugildtest/builders/spack.py to implement support for "spack …
Browse files Browse the repository at this point in the history
…env deactivate" command
  • Loading branch information
Mariamajib committed Aug 9, 2023
1 parent 8ef9089 commit 537715b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildtest/builders/spack.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def _spack_environment(self, spack_env):
if spack_env["deactivate"].get("name"):
cmd.append(spack_env["deactivate"]["name"])

# deactivate spack environment via directory 'spack env activate -d <dir>'
# deactivate spack environment via directory 'spack env deactivate -d <dir>'
elif spack_env["deactivate"].get("dir"):
env_dir = resolve_path(spack_env["deactivate"]["dir"], exist=False)
if not env_dir:
Expand Down

0 comments on commit 537715b

Please sign in to comment.