Skip to content

Commit

Permalink
fixed install path
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sintef committed Apr 12, 2023
1 parent 7a342d3 commit a62a17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uc3/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def _install_codecomputer(self, _=None):
self.message = "Installing Computer"
keygen_cmd = [
"sh",
"/home/jovyan/apps/aiidalab-uc3/setup_droplet.sh",
"/home/jovyan/apps/mp-uc3/setup_droplet.sh",
]
subprocess.run(keygen_cmd, capture_output=True)
self.state = self.State.SUCCESS
Expand Down

0 comments on commit a62a17a

Please sign in to comment.