Skip to content

Commit

Permalink
fix: #56
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 committed Jan 19, 2020
1 parent 4dc3661 commit a2d0c4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a2d0c4c

Please sign in to comment.