Skip to content

Commit 02530a7

Browse files
thiagobbtsds
authored andcommitted
Correct LicenseFinder repository link (sds#515)
The 'r' at the end of the repository link was missing.
1 parent efe7c88 commit 02530a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/overcommit/hook/pre_commit/license_finder.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Overcommit::Hook::PreCommit
22
# Runs LicenseFinder if any of your package manager declaration files have changed
3-
# See more about LicenseFinder at https://github.com/pivotal/LicenseFinde
3+
# See more about LicenseFinder at https://github.com/pivotal/LicenseFinder
44
class LicenseFinder < Base
55
def run
66
result = execute(command)

0 commit comments

Comments
 (0)