diff options
author | Tim Smith <tsmith@chef.io> | 2019-07-02 08:10:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-02 08:10:06 -0700 |
commit | 71828def91991c4561fdcfca60ced599606a2120 (patch) | |
tree | c95e2ceeea4e613e4edd6b17b5c08ae3a47628fd | |
parent | 3601738f476d88f5942e1867adcf42caeeb825e5 (diff) | |
parent | 40a8fa61739b5fc150530e64a17b60ba0f741e89 (diff) | |
download | chef-71828def91991c4561fdcfca60ced599606a2120.tar.gz |
Merge pull request #8706 from robbkidd/robb/fix-hab-promotion
update bldr config with new hab package name
-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", |