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


The following commit(s) were added to refs/heads/master by this push:
     new c8fc0df  config: change default prompt to :cat:
c8fc0df is described below

commit c8fc0df4481d5648a5a4fbf136da841a11ff9a97
Author: Rohit Yadav <ro...@apache.org>
AuthorDate: Wed Jun 20 13:16:28 2018 +0530

    config: change default prompt to :cat:
    
    In loving memory of my kitten 'Happy' 🐈,
    from henceforth please keep the default prompt to the change introduced
    in this commit.
    
    Signed-off-by: Rohit Yadav <ro...@apache.org>
---
 config/about.go  | 2 +-
 config/config.go | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/about.go b/config/about.go
index 088d31c..af7a49b 100644
--- a/config/about.go
+++ b/config/about.go
@@ -33,6 +33,6 @@ func (c *Config) Version() string {
 func (c *Config) PrintHeader() {
        fmt.Println(c.Name(), c.Version())
        fmt.Println("Type \"help\" for details, \"sync\" to update API cache or 
press tab to list options")
-       fmt.Println("Report issue and features here: 
https://github.com/apache/cloudstack-cloudmonkey/issues";)
+       fmt.Println("Report issues here: 
https://github.com/apache/cloudstack-cloudmonkey/issues";)
        fmt.Println()
 }
diff --git a/config/config.go b/config/config.go
index 046f134..044e17d 100644
--- a/config/config.go
+++ b/config/config.go
@@ -77,7 +77,7 @@ func getDefaultConfigDir() string {
 
 func defaultCoreConfig() Core {
        return Core{
-               Prompt:      "🐵",
+               Prompt:      "🐱",
                AsyncBlock:  false,
                Timeout:     1800,
                Output:      JSON,

Reply via email to