Fix typo in plugins.mk

overriden -> overridden
This commit is contained in:
Ikko Ashimine 2022-09-09 11:40:53 +09:00 committed by GitHub
parent 20216ef3c1
commit 653f2d5bf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# This is the list of Tier-1 plugins shipped with a release.
#
# IMPORTANT: This list is overriden in the server-release Concourse
# IMPORTANT: This list is overridden in the server-release Concourse
# pipeline: Concourse takes all tested plugins and put them in the
# release. So if you want to add or remove a plugin to the distribution,
# you need to update the server-release pipeline!