Skip to content

Commit

Permalink
Bug | Fix terraform shell environment launch (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelofenoglio authored Jun 8, 2022
1 parent 1607ba2 commit 1b19fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leverage/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def exec(self, command, *arguments):
def start_shell(self):
""" Launch a shell in the container. """
if self.mfa_enabled or self.sso_enabled:
self._check_for_layer_location()
self.check_for_layer_location()

self.entrypoint = ""
self._prepare_container()
Expand Down

0 comments on commit 1b19fb0

Please sign in to comment.