Skip to content

Commit

Permalink
fix(cli): update README in gitgo config folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Sep 25, 2019
1 parent 33c1e52 commit 4493688
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitgo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ This is a configuration file for gitgo repository with hosting on https://github
Someone create this configuration on 'Wed Sep 25 03:32:54 UTC 2019'

### Thank you

Thank you for using this command to manage your project :)
3 changes: 2 additions & 1 deletion util/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func (y *YAML) ReadmeMarkdown(version string) string {
t := time.Now()
return `# Gitgo (v` + version + `)
This is a configuration file for gitgo repository with hosting on https://github.com/kamontat/gitgo/tree/version/3.x.x
This is a configuration file for gitgo repository with hosting on https://github.com/kamontat/gitgo/tree/version/4.x.x
### Creator
Expand All @@ -26,6 +26,7 @@ This is a configuration file for gitgo repository with hosting on https://github
Someone create this configuration on '` + t.UTC().Format(time.UnixDate) + `'
### Thank you
Thank you for using this command to manage your project :)
`
}
Expand Down

0 comments on commit 4493688

Please sign in to comment.