Commit baf2638
Changed files (1)
lib
jive
lib/jive/cli.rb
@@ -33,11 +33,7 @@ module Jive
return shell.error("Error: jive.yml not found") unless path.exist?
runner.run_safely do
- runner.execute(
- YAML
- .safe_load(path.read)
- .dig("commands", command)
- )
+ runner.execute(YAML.safe_load(path.read).dig("commands", command))
end
end