lib/licensee/commands/license_path.rb in licensee-9.11.0 vs lib/licensee/commands/license_path.rb in licensee-9.12.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + class LicenseeCLI < Thor desc 'license-path [PATH]', "Returns the path to the given project's license file" def license_path(_path) if project.license_file if remote?