diff options
author | Robb Kidd <robb@thekidds.org> | 2019-07-02 09:34:32 -0400 |
---|---|---|
committer | Robb Kidd <robb@thekidds.org> | 2019-07-02 09:34:32 -0400 |
commit | 40a8fa61739b5fc150530e64a17b60ba0f741e89 (patch) | |
tree | 20ba41c430e6f680361bcd925abdb0c8f63b2766 /.bldr.toml | |
parent | dae77fc75b5646490d9a69a5d36bf87326f18047 (diff) | |
download | chef-40a8fa61739b5fc150530e64a17b60ba0f741e89.tar.gz |
update bldr config with new package name
This should fix package promotion from unstable->current in expeditor,
too.
Signed-off-by: Robb Kidd <robb@thekidds.org>
Diffstat (limited to '.bldr.toml')
-rw-r--r-- | .bldr.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bldr.toml b/.bldr.toml index ac74ac9215..4b7f95a4ab 100644 --- a/.bldr.toml +++ b/.bldr.toml @@ -1,4 +1,4 @@ -[chef-client] +[chef-infra-client] plan_path = "habitat/chef-infra-client" build_targets = [ "x86_64-linux", |