Skip to content

Commit 8821007

Browse files
committed
Fix mistake in Sqlint doc comment
That's what I get for copy-pasting!
1 parent 723e4d2 commit 8821007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/overcommit/hook/pre_commit/sqlint.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Overcommit::Hook::PreCommit
2-
# Runs 'sqlint' against any modified Puppet files.
2+
# Runs 'sqlint' against any modified SQL files.
33
#
44
# @see https://github.com/purcell/sqlint
55
class Sqlint < Base

0 commit comments

Comments
 (0)