summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-27 10:10:58 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-27 10:10:58 -0700
commit47db22988400fb323441cafbba8399a3a742afc9 (patch)
tree7ac06aaab30383918529efb41ddde966041ce892
parent03edd0484be1c28d9352b0d98fe65b34273d76b7 (diff)
downloadchef-47db22988400fb323441cafbba8399a3a742afc9.tar.gz
Note where the DLL source lives
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 61176cb926..4027dca7ad 100644
--- a/Gemfile
+++ b/Gemfile
@@ -82,6 +82,7 @@ eval_gemfile("./Gemfile.local") if File.exist?("./Gemfile.local")
# These lines added for Windows development only.
# For FFI to call into PowerShell we need the binaries and assemblies located
# in the Ruby bindir.
+# The Powershell DLL source lives here: https://github.com/chef/chef-powershell-shim
#
# We copy (and overwrite) these files every time "bundle <exec|install>" is
# executed, just in case they have changed.