From 63f74b8874bc01ea0a98279ed296057c3619dc6d Mon Sep 17 00:00:00 2001 From: Damien Biggs Date: Thu, 9 Mar 2017 14:08:58 -0500 Subject: [PATCH] Documentation: Improve error message for username being missing Show the full correct git command to execute Former-commit-id: c0cac624d9c223fa7a66cd2dd3623cb3f76f2207 --- serviceApis/src/main/java/com/vmware/AbstractService.java | 2 +- workflow.jar.REMOVED.git-id | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/serviceApis/src/main/java/com/vmware/AbstractService.java b/serviceApis/src/main/java/com/vmware/AbstractService.java index 5ab16b02..24c8e7f6 100644 --- a/serviceApis/src/main/java/com/vmware/AbstractService.java +++ b/serviceApis/src/main/java/com/vmware/AbstractService.java @@ -72,7 +72,7 @@ public void setupAuthenticatedConnection() { public String getUsername() { if (StringUtils.isBlank(username)) { - throw new RuntimeException("Username is empty, please set workflow config value username or git config value user.email"); + throw new RuntimeException("Username is empty, please set workflow config value username or git config --global user.email [your email address]"); } return username; } diff --git a/workflow.jar.REMOVED.git-id b/workflow.jar.REMOVED.git-id index 875ec384..1ee66157 100644 --- a/workflow.jar.REMOVED.git-id +++ b/workflow.jar.REMOVED.git-id @@ -1 +1 @@ -441bc878febc08ea1e64604cab1fdb021bdbdb32 \ No newline at end of file +74f12a065fc14859da4014f26d434b6620521d8b \ No newline at end of file