Skip to content

Commit

Permalink
Search only *.rb files (exclude folders)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturtr committed Nov 7, 2017
1 parent 4ea9a66 commit 7fc54fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano-chewy/diff_parser.rb
Expand Up @@ -15,7 +15,7 @@ def empty?
end

CHANGED_FILE_PATTERN = /Files\s+.+\s+and\s+(.+)\s+differ/i
NEW_OR_REMOVED_FILE_PATTERN = /Only in (.+):\s+(.+)/i
NEW_OR_REMOVED_FILE_PATTERN = /Only in (.+):\s+(.+.rb)/i

class << self
def parse(diff, current_path, release_path)
Expand Down

0 comments on commit 7fc54fe

Please sign in to comment.