From 0afa68f9dd8192a4ddd3980865f66c11ea360f9a Mon Sep 17 00:00:00 2001 From: whitestar Date: Tue, 30 Apr 2019 02:28:46 +0000 Subject: [PATCH] add .envrc --- .envrc | 2 ++ cookbooks/00cookbook/Berksfile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .envrc diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..efe39d2 --- /dev/null +++ b/.envrc @@ -0,0 +1,2 @@ +[ -f /opt/chefdk/bin/chef ] && eval "$(/opt/chefdk/embedded/bin/chef shell-init bash)" + diff --git a/cookbooks/00cookbook/Berksfile b/cookbooks/00cookbook/Berksfile index 2500fb4..4ed8bef 100644 --- a/cookbooks/00cookbook/Berksfile +++ b/cookbooks/00cookbook/Berksfile @@ -1,5 +1,5 @@ # -# Copyright 2018 whitestar +# Copyright 2019 whitestar # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. -- 2.11.0