Skip to content

Commit b970eb2

Browse files
committed
terraform: Fix typo in scripts/terraform.Makefile
Fixes: fdaa511 ("Makefile: remove ansible_python_interpreter") Signed-off-by: Chuck Lever <[email protected]>
1 parent fdaa511 commit b970eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/terraform.Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ destroy_terraform:
120120
$(Q)ansible-playbook $(ANSIBLE_VERBOSE) \
121121
--connection=local -i $(KDEVOPS_HOSTFILE) \
122122
playbooks/terraform.yml --tags destroy \
123-
--extra-vars=@./extra_vars.yaml \
123+
--extra-vars=@./extra_vars.yaml
124124
$(Q)rm -f $(KDEVOPS_PROVISIONED_SSH) $(KDEVOPS_PROVISIONED_DEVCONFIG)
125125

126126
$(KDEVOPS_TFVARS): $(KDEVOPS_TFVARS_TEMPLATE) .config

0 commit comments

Comments
 (0)