diff options
author | Tim Smith <tsmith@chef.io> | 2021-09-22 07:53:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-22 07:53:10 -0700 |
commit | ba6c9450668f6b625e17c9792a7fa060ca789c16 (patch) | |
tree | 936ed6a56865f7b5652ae648018a397e1a98a9ea | |
parent | 58789757665b3b27271bfd44f37a63ae1de6ff71 (diff) | |
parent | 0721b513c45c00d8a84d5d493c81e5a898aa7a99 (diff) | |
download | chef-ba6c9450668f6b625e17c9792a7fa060ca789c16.tar.gz |
Merge pull request #12077 from chef/tduffield/16-promotion-typo
Fix typo in promotion command
-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 |