From 737bd628eec70ca48b19c16bb845eb5ba3074090 Mon Sep 17 00:00:00 2001 From: Thiago Barbato Date: Tue, 10 Oct 2017 19:45:43 -0300 Subject: [PATCH] Correct LicenseFinder repository link The 'r' at the end of the repository link was missing. --- lib/overcommit/hook/pre_commit/license_finder.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/overcommit/hook/pre_commit/license_finder.rb b/lib/overcommit/hook/pre_commit/license_finder.rb index 5dcc7676..45383318 100644 --- a/lib/overcommit/hook/pre_commit/license_finder.rb +++ b/lib/overcommit/hook/pre_commit/license_finder.rb @@ -1,6 +1,6 @@ module Overcommit::Hook::PreCommit # Runs LicenseFinder if any of your package manager declaration files have changed - # See more about LicenseFinder at https://github.com/pivotal/LicenseFinde + # See more about LicenseFinder at https://github.com/pivotal/LicenseFinder class LicenseFinder < Base def run result = execute(command)