Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdaws committed Apr 11, 2023
1 parent 2315ace commit bc5a4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trigger/poll/watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func (w *RepositoryWatcher) unwatch(tracked map[string]bool) {
"job_name": key,
"image": details.trackedImage.String(),
"schedule": details.schedule,
}).Info("trigger.poll.RepositoryWatcher: image no tracked anymore, removing watcher")
}).Info("trigger.poll.RepositoryWatcher: image no longer tracked, removing watcher")
w.cron.DeleteJob(key)
delete(w.watched, key)
}
Expand Down

0 comments on commit bc5a4cb

Please sign in to comment.