diff --git a/.ttarpit.json b/.ttarpit.json index 5d2c925..3ceaca7 100644 --- a/.ttarpit.json +++ b/.ttarpit.json @@ -10,7 +10,7 @@ } }, "Triggers": [ - "(?.*):(?[0-9]+):(?[0-9]+):\\s*(?.*):\\s*(?.*)", - "(?.*):(?[0-9]+):(?[0-9]+):\\s*(?.*)" + "(?.*?):(?[0-9]+):(?[0-9]+):\\s*(?.*):\\s*(?.*)", + "(?.*?):(?[0-9]+):(?[0-9]+):\\s*(?.*)" ] }