diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-06-28 12:45:02 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-06-28 12:45:02 -0700 |
commit | 34e553738e5fdd74ce7e823add2130d33e71003a (patch) | |
tree | aeca9e0bc87293d00c9df891964bb0964ebcc01f /.bldr.toml | |
parent | e5ba371c42a16619b3ea9b4696d3f33bdfc2b134 (diff) | |
download | chef-34e553738e5fdd74ce7e823add2130d33e71003a.tar.gz |
Move the habitat content back to the habitat directory
These were moved when the scafolding was in this dir
Signed-off-by: Tim Smith <tsmith@chef.io>
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 b3d8c1a158..ac74ac9215 100644 --- a/.bldr.toml +++ b/.bldr.toml @@ -1,5 +1,5 @@ [chef-client] -plan_path = "habitat-packages/chef-client" +plan_path = "habitat/chef-infra-client" build_targets = [ "x86_64-linux", "x86_64-linux-kernel2" |