You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2020/02/01 13:50:10 UTC

[maven-enforcer] branch master updated: (doc) Fix parameter name

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git


The following commit(s) were added to refs/heads/master by this push:
     new e22de4a  (doc) Fix parameter name
e22de4a is described below

commit e22de4a8b75ba1321f2809421e1fc15345366ecc
Author: Piotrek Zygielo <pz...@users.noreply.github.com>
AuthorDate: Fri Jan 31 22:19:35 2020 +0100

    (doc) Fix parameter name
---
 enforcer-rules/src/site/apt/requireEnvironmentVariable.apt.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/enforcer-rules/src/site/apt/requireEnvironmentVariable.apt.vm b/enforcer-rules/src/site/apt/requireEnvironmentVariable.apt.vm
index 21a3a8e..1ec072a 100644
--- a/enforcer-rules/src/site/apt/requireEnvironmentVariable.apt.vm
+++ b/enforcer-rules/src/site/apt/requireEnvironmentVariable.apt.vm
@@ -32,7 +32,7 @@ Require Environment Variable
    
    * message - an optional message to the user if the rule fails.
    
-   * variableNames - The name of the environment variable to be checked for.
+   * variableName - The name of the environment variable to be checked for.
    
    []