This is an automated email from the ASF dual-hosted git repository.
aboda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
The following commit(s) were added to refs/heads/master by this push:
new faea4f0 Fix AWSCredentialsService Table Render Issue
faea4f0 is described below
commit faea4f00785b51bda50d57c78700238e67dc7eaa
Author: James Medel <[email protected]>
AuthorDate: Sun Apr 19 15:18:38 2020 -0700
Fix AWSCredentialsService Table Render Issue
Under AWSCredentialsService section, the Properties markdown table was not
rendering. I realized the markdown table was missing a hyphen '-' and pipe '|'
for the last header. I added this missing markdown and now the table renders
correctly.
Signed-off-by: Arpad Boda <[email protected]>
This closes #762
---
CONTROLLERS.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CONTROLLERS.md b/CONTROLLERS.md
index f1482f8..da64f00 100644
--- a/CONTROLLERS.md
+++ b/CONTROLLERS.md
@@ -34,6 +34,6 @@ properties (not in bold) are considered optional. The table
also indicates any
default values, and whether a property supports the NiFi Expression Language.
| Name | Default Value | Allowable Values | Expression Language Supported? |
Description |
-| - | - | - | - |
+| - | - | - | - | - |
| **Access Key** | | | Yes | Specifies the AWS Access Key |
-| **Secret Key** | | | Yes | Specifies the AWS Secret Key |
\ No newline at end of file
+| **Secret Key** | | | Yes | Specifies the AWS Secret Key |