diff options
-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 |