I can't type buildkite

Co-Authored-By: dbkr <dbkr@users.noreply.github.com>
pull/9577/head
J. Ryan Stinnett 2019-04-26 15:40:05 +01:00 committed by GitHub
parent af6ad9355d
commit c5e7e82b46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ if __name__ == "__main__":
# about what to deploy from the poke body, we can be a little more paranoid
# and only accept builds / artifacts from a specific buildkite org
parser.add_argument(
"--org", dest="buildkit_org", help=(
"--org", dest="buildkite_org", help=(
"Lock down to this buildkite org"
)
)