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

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-cloudmonkey.git

commit 3f2ce7501565f937c596d74fed48cb8c08bbedca
Author: Rohit Yadav <ro...@apache.org>
AuthorDate: Fri Apr 13 23:59:59 2018 +0530

    config: use a cross-platform compatible monkey emoji
    
    Signed-off-by: Rohit Yadav <ro...@apache.org>
---
 config/config.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/config.go b/config/config.go
index 1a445a6..9122ec8 100644
--- a/config/config.go
+++ b/config/config.go
@@ -127,7 +127,7 @@ func (c *Config) PrintHeader() {
 }
 
 func (c *Config) GetPrompt() string {
-       return fmt.Sprintf("(%s) \033[34m🐵\033[0m > ", c.ActiveProfile.Name)
+       return fmt.Sprintf("(%s) 🐒 > ", c.ActiveProfile.Name)
 }
 
 func (c *Config) UpdateGlobalConfig(key string, value string) {

-- 
To stop receiving notification emails like this one, please contact
ro...@apache.org.

Reply via email to