diff options
author | Tom Duffield <github@tomduffield.com> | 2021-09-22 09:48:02 -0500 |
---|---|---|
committer | Tom Duffield <github@tomduffield.com> | 2021-09-22 09:48:02 -0500 |
commit | 13e2de8903baadf23dad4f542bdf1160867a7970 (patch) | |
tree | 7ee9bd37777ad53ed86541e5278bd8946533a1bb /.expeditor | |
parent | 4e57e7b14e6ea1a5604886622cbb25189d166fe2 (diff) | |
download | chef-13e2de8903baadf23dad4f542bdf1160867a7970.tar.gz |
fix typo in promotion command
Signed-off-by: Tom Duffield <github@tomduffield.com>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index d8d489098d..e3f36ecf7d 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -73,7 +73,7 @@ subscriptions: - bash:.expeditor/promote-docker-images.sh - workload: project_promoted:{{agent_id}}:* actions: - - built_in:promoted_artifactory_artifact + - built_in:promote_artifactory_artifact - workload: artifact_published:stable:chef:{{version_constraint}} actions: - built_in:rollover_changelog |