diff options
author | Tim Smith <tsmith@chef.io> | 2018-08-08 13:30:06 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-08-08 13:30:06 -0700 |
commit | 5c5937889a998a80db670528efcd720128eb2d65 (patch) | |
tree | bde13e483e700ae3f80812e491f4f4d531bbecbc | |
parent | e5a896bc9709a656cb77e858f1908e19e33fc0f2 (diff) | |
download | chef-5c5937889a998a80db670528efcd720128eb2d65.tar.gz |
Fix the name of the script for updating gems
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | .expeditor/config.yml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 7c2ecdd55c..c90235d03f 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -84,49 +84,49 @@ artifact_actions: subscriptions: - workload: ruby_gem_published:mixlib-archive-* actions: - - bash:.expeditor/update_deps.sh + - bash:.expeditor/update_dep.sh - workload: ruby_gem_published:mixlib-authentication-* actions: - - bash:.expeditor/update_deps.sh + - bash:.expeditor/update_dep.sh - workload: ruby_gem_published:mixlib-cli-* actions: - - bash:.expeditor/update_deps.sh + - bash:.expeditor/update_dep.sh - workload: ruby_gem_published:mixlib-log-* actions: - - bash:.expeditor/update_deps.sh + - bash:.expeditor/update_dep.sh - workload: ruby_gem_published:mixlib-shellout-* actions: - - bash:.expeditor/update_deps.sh + - bash:.expeditor/update_dep.sh - workload: ruby_gem_published:chef-vault-* actions: - - bash:.expeditor/update_deps.sh + - bash:.expeditor/update_dep.sh - workload: ruby_gem_published:chef-zero-* actions: - - bash:.expeditor/update_deps.sh + - bash:.expeditor/update_dep.sh - workload: ruby_gem_published:ohai-* actions: - - bash:.expeditor/update_deps.sh + - bash:.expeditor/update_dep.sh - workload: ruby_gem_published:inspec-core-* actions: - - bash:.expeditor/update_deps.sh + - bash:.expeditor/update_dep.sh - workload: ruby_gem_published:train-core-* actions: - - bash:.expeditor/update_deps.sh + - bash:.expeditor/update_dep.sh - workload: ruby_gem_published:win32-process-* actions: - - bash:.expeditor/update_deps.sh + - bash:.expeditor/update_dep.sh - workload: ruby_gem_published:win32-service-* actions: - - bash:.expeditor/update_deps.sh + - bash:.expeditor/update_dep.sh - workload: ruby_gem_published:win32-taskscheduler-* actions: - - bash:.expeditor/update_deps.sh + - bash:.expeditor/update_dep.sh - workload: ruby_gem_published:ffi-yajl-* actions: - - bash:.expeditor/update_deps.sh + - bash:.expeditor/update_dep.sh - workload: ruby_gem_published:libyajl2-* actions: - - bash:.expeditor/update_deps.sh + - bash:.expeditor/update_dep.sh - workload: ruby_gem_published:cheffish-* actions: - - bash:.expeditor/update_deps.sh + - bash:.expeditor/update_dep.sh |