lib/licensed/commands/environment.rb in licensed-2.8.0 vs lib/licensed/commands/environment.rb in licensed-2.9.0
- old
+ new
@@ -21,17 +21,17 @@
"cache_path" => config.cache_path,
"sources" => enabled_source_types,
"allowed" => config["allowed"],
"ignored" => config["ignored"],
"reviewed" => config["reviewed"],
- "version_strategy" => self.version_strategy
+ "version_strategy" => self.version_strategy,
+ "root" => config.root
}
end
end
def run(**options)
super do |report|
- report["root"] = config.root
report["git_repo"] = Licensed::Git.git_repo?
end
end
def create_reporter(options)