Skip to content

Commit

Permalink
remove unneded array from debuger patter
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Sep 13, 2014
1 parent ac02861 commit 56c9ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/pre_commit/checks/debugger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def message
end

def pattern
["^[ ]*debugger"]
"^[ ]*debugger"
end

def self.description
Expand Down

0 comments on commit 56c9ca4

Please sign in to comment.