diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-05-24 14:47:46 -0500 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-05-24 14:47:46 -0500 |
commit | e3d9ab9f466c7b3f0a5a7f1e694784ca21e09807 (patch) | |
tree | 45f9ae65bda7d8b790923067b01326140cfe3057 /Gemfile | |
parent | fb0ddf5d1dc6a32b8cda10ddd6961c3494fa593b (diff) | |
download | ohai-e3d9ab9f466c7b3f0a5a7f1e694784ca21e09807.tar.gz |
fix comment [ci skip]lcg/dev-gems
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,5 +24,5 @@ end instance_eval(ENV["GEMFILE_MOD"]) if ENV["GEMFILE_MOD"] # If you want to load debugging tools into the bundle exec sandbox, -# add these additional dependencies into chef/Gemfile.local +# add these additional dependencies into Gemfile.local eval_gemfile(__FILE__ + ".local") if File.exist?(__FILE__ + ".local") |