-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Just found this, maybe there's a typo in my commit message and I'm being stupid:
git commit -am 'finished print file paths, print file paths with SHA1, create file crawler for SHA1 hashes'
Running tigger....
Matching tasks and commit messages.
Completed task: create file crawler for SHA1 hashes.
Completed task: print file paths.
[master e6a09eb] finished print file paths, print file paths with SHA1, create file crawler for SHA1 hashes
I think though that the Ruby is only matching on one of them, the first it hits.
I expected this to also happen:
Completed task: print file paths with SHA1
But it didn't seem to hit that one.
Task list before:
Task 1:
create file crawler for SHA1 hashes
Task 2:
[removed]
Task 3:
print file paths
Task 4:
print file paths with SHA1
Task 5:
convert to JSON output
I don't think I have a typo?