From ea2ddd3bba6a1ad5bbfe785da6c1053e480d2528 Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Mon, 7 May 2018 14:14:09 -0400 Subject: [PATCH] Fix syntax error in docs --- docs/custom_credential_types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custom_credential_types.md b/docs/custom_credential_types.md index 409fbcfeae..1192b6799c 100644 --- a/docs/custom_credential_types.md +++ b/docs/custom_credential_types.md @@ -177,7 +177,7 @@ certificate/key data: "template": "[mycloud]\ntoken={{api_token}}" }, "env": { - "MY_CLOUD_INI_FILE": "{{tower.filename}" + "MY_CLOUD_INI_FILE": "{{tower.filename}}" } }