Skip to content

Commit 58fb90a

Browse files
author
Nate
committed
removed duplicate getemail. already defined in tfvars
1 parent 10b1997 commit 58fb90a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

cloudgoat/core/python/commands.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -532,9 +532,6 @@ def destroy_scenario(self, scenario_name_or_path, confirmed=False):
532532

533533
tf_vars = self._get_tf_vars(cgid=cgid)
534534

535-
if scenario_name == "detection_evasion":
536-
tf_vars["user_email"] = self.get_user_email()
537-
538535
destroy_retcode, destroy_stdout, destroy_stderr = self.terraform.destroy(
539536
capture_output=False,
540537
var=tf_vars,

0 commit comments

Comments
 (0)