Skip to content

Commit 6828e91

Browse files
committed
fix: remove ./ prefix from base_path in test atmos configs
1 parent f2169c5 commit 6828e91

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/opentofu/atmos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# are independent settings (supporting both absolute and relative paths).
1616
# If `base_path` is provided, `components.terraform.base_path`, `components.helmfile.base_path`, `stacks.base_path` and `workflows.base_path`
1717
# are considered paths relative to `base_path`.
18-
base_path: "./tests/opentofu"
18+
base_path: "tests/opentofu"
1919

2020
aliases:
2121
tofu: terraform

tests/terraform/atmos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# are independent settings (supporting both absolute and relative paths).
1616
# If `base_path` is provided, `components.terraform.base_path`, `components.helmfile.base_path`, `stacks.base_path` and `workflows.base_path`
1717
# are considered paths relative to `base_path`.
18-
base_path: "./tests/terraform"
18+
base_path: "tests/terraform"
1919

2020
components:
2121
terraform:

0 commit comments

Comments
 (0)