mirror of
https://github.com/beego/bee.git
synced 2025-06-13 11:50:39 +00:00
change updatedTime to publishedTime
This commit is contained in:
@ -35,7 +35,7 @@ func updateBee(cmd *commands.Command, args []string) int {
|
||||
if err := cmdUp.Run(); err != nil {
|
||||
beeLogger.Log.Warnf("Run cmd err:%s", err)
|
||||
}
|
||||
// update the pushedTime when updateBee every time
|
||||
utils.UpdateLastPushedTime()
|
||||
// update the Time when updateBee every time
|
||||
utils.UpdateLastPublishedTime()
|
||||
return 0
|
||||
}
|
||||
|
Reference in New Issue
Block a user