Skip to content

Commit 7301de1

Browse files
committed
destroy_unused_workspaces
1 parent cf3bda9 commit 7301de1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utilities/scripts/destroy_unused_workspaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def set_env(aws_profile):
3131
# Construct the path to the parent directory
3232
parent_directory = os.path.join(current_directory, "../..")
3333
# Construct the path to the "terraform" directory
34-
terraform_directory = os.path.join(parent_directory, "instance")
34+
terraform_directory = os.path.join(parent_directory, "infrastructure/instance")
3535
# Change the working directory to the "terraform" directory
3636
os.chdir(terraform_directory)
3737
os.environ["AWS_PROFILE"] = aws_profile

0 commit comments

Comments
 (0)