mirror of
https://github.com/beego/bee.git
synced 2024-11-22 05:00:54 +00:00
fix
This commit is contained in:
parent
3ea61a8926
commit
1605bacc9e
@ -607,7 +607,6 @@ func BeeReleasesInfo() (repos []Releases) {
|
|||||||
//TODO merge UpdateLastPublishedTime and NoticeUpdateBee
|
//TODO merge UpdateLastPublishedTime and NoticeUpdateBee
|
||||||
func UpdateLastPublishedTime() {
|
func UpdateLastPublishedTime() {
|
||||||
info := BeeReleasesInfo()
|
info := BeeReleasesInfo()
|
||||||
fmt.Printf("%+v", info)
|
|
||||||
if len(info) == 0 {
|
if len(info) == 0 {
|
||||||
beeLogger.Log.Warn("Has no releases")
|
beeLogger.Log.Warn("Has no releases")
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user