summaryrefslogtreecommitdiff
path: root/lib/ohai/runner.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ohai/runner.rb')
-rw-r--r--lib/ohai/runner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/runner.rb b/lib/ohai/runner.rb
index d687c7b3..93ec46a3 100644
--- a/lib/ohai/runner.rb
+++ b/lib/ohai/runner.rb
@@ -69,7 +69,7 @@ module Ohai
next if next_plugin.has_run?
if visited.include?(next_plugin)
- raise Ohai::Exceptions::DependencyCycle, "Dependency cycle detected. Please refer to the following plugins: #{get_cycle(visited, plugin).join(", ") }"
+ raise Ohai::Exceptions::DependencyCycle, "Dependency cycle detected. Please refer to the following plugins: #{get_cycle(visited, plugin).join(", ")}"
end
dependency_providers = fetch_plugins(next_plugin.dependencies)