From a2d0c4ca1f13fd8909163deb9a2b86174d19a753 Mon Sep 17 00:00:00 2001 From: Kyoichiro Yamada Date: Sun, 19 Jan 2020 14:56:26 +0900 Subject: [PATCH] fix: #56 --- command/get.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command/get.go b/command/get.go index 0a81ee4f..892c738b 100644 --- a/command/get.go +++ b/command/get.go @@ -33,6 +33,7 @@ func Get(ctx gogh.Context, update, withSSH, shallow bool, repo *gogh.Repo) error return err } fmt.Println(project.FullPath) + return nil } if update { log.Println("info: Update", project.FullPath)