Skip to content

Commit

Permalink
Merge pull request #41 from beclab/fix/install-event
Browse files Browse the repository at this point in the history
fix: create a event
  • Loading branch information
LittleLollipop authored Sep 29, 2024
2 parents 804228b + 926e702 commit 070681d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/watchdog/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func (w *Manager) DeleteWatchDog(uid string) {
}

func isStatusWaiting(status string) bool {
if status != Pending && status != Downloading {
if status != Pending {
return false
}

Expand Down

0 comments on commit 070681d

Please sign in to comment.