From c5e7e82b4618f32ee75b6bb826d8193dceb266c5 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 26 Apr 2019 15:40:05 +0100 Subject: [PATCH] I can't type buildkite Co-Authored-By: dbkr --- scripts/redeploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/redeploy.py b/scripts/redeploy.py index cf74b4a1a9..aaddccc6f7 100755 --- a/scripts/redeploy.py +++ b/scripts/redeploy.py @@ -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" ) )