Skip to content

Commit 3c57e2b

Browse files
author
krystian.panek
committed
Release 3.0.3
1 parent fbf232c commit 3c57e2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/com/cognifide/gradle/aem/api/AemConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class AemConfig(
6868
* will be performed (only if distributed deploy is enabled).
6969
*/
7070
@Input
71-
var deployInstanceAuthorName: String = propParser.string("aem.deploy.instance.author.name","$deployEnvironment-${InstanceType.AUTHOR.type}")
71+
var deployInstanceAuthorName: String = propParser.string("aem.deploy.instance.author.name", "$deployEnvironment-${InstanceType.AUTHOR.type}")
7272

7373
/**
7474
* Defines maximum time after which initializing connection to AEM will be aborted (e.g on upload, install).

0 commit comments

Comments
 (0)