summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-11-21 10:38:00 -0800
committerTim Smith <tsmith84@gmail.com>2019-11-21 10:38:00 -0800
commitfe28c052c5ae06e3620df329f49845eef89c6725 (patch)
tree10e707456c880fdf4e8b9362adc2a25eea5ee555
parentf0eac1dd0cc15beaffd8c2d887236d7962baf16b (diff)
downloadohai-fe28c052c5ae06e3620df329f49845eef89c6725.tar.gz
Run ohai directly
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index b62f1fd6..785bba74 100644
--- a/Rakefile
+++ b/Rakefile
@@ -32,7 +32,7 @@ rescue LoadError
end
task :run_ohai do
- sh "bundle exec ohai"
+ sh "bin/ohai"
end
task :console do