Skip to content

Commit 845d9e7

Browse files
committed
remove test additions
1 parent 72f0c9a commit 845d9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rundeck/plugins/aws/S3ResourceModelSource.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ protected static Map<String, Object> getRenderOpt(String value, boolean secondar
113113
null,null,null, renderingOptionsAuthentication))
114114
.property(PropertyUtil.string(SECRET, "AWS Secret Key", "AWS Secret Key.", false,
115115
null,null,null, renderingOptionsAuthentication))
116-
.property(PropertyUtil.string(CREDENTIALFILE, "AWS Credentials File - TEST", "Path to a AWSCredentials.properties file " +
116+
.property(PropertyUtil.string(CREDENTIALFILE, "AWS Credentials File", "Path to a AWSCredentials.properties file " +
117117
"containing 'accessKey' and 'secretKey'.", false,
118118
null,null,null, renderingOptionsAuthentication))
119119

0 commit comments

Comments
 (0)