Add clarification to message

This commit is contained in:
Alexander Nozik 2022-06-20 11:05:13 +03:00
parent 3f27061e25
commit cfc7fa5161
No known key found for this signature in database
GPG Key ID: F7FCF2DD25C71357
2 changed files with 2 additions and 2 deletions

View File

@ -98,5 +98,5 @@ if (host != null && user != null || identity != null) {
}
}else {
logger.error("Host, user or ID are not defined")
logger.error("Host, user or ID are not defined. Skipping deployment tasks.")
}