lib/license_finder/configuration.rb in license_finder-5.9.2 vs lib/license_finder/configuration.rb in license_finder-5.10.0
- old
+ new
@@ -20,9 +20,13 @@
return project_path.exist? if get(:project_path)
true
end
+ def elixir_command
+ get(:elixir_command) || 'elixir'
+ end
+
def mix_command
get(:mix_command) || 'mix'
end
def merge(other_hash)