diff options
author | Tom Duffield <github@tomduffield.com> | 2021-09-22 09:48:51 -0500 |
---|---|---|
committer | Tom Duffield <github@tomduffield.com> | 2021-09-22 09:48:51 -0500 |
commit | 0721b513c45c00d8a84d5d493c81e5a898aa7a99 (patch) | |
tree | 936ed6a56865f7b5652ae648018a397e1a98a9ea /.expeditor | |
parent | 58789757665b3b27271bfd44f37a63ae1de6ff71 (diff) | |
download | chef-0721b513c45c00d8a84d5d493c81e5a898aa7a99.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 46bd6f116e..4488f07a63 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -65,7 +65,7 @@ subscriptions: - built_in:promote_docker_images - 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 |