Skip to content
Snippets Groups Projects
Commit fabf0fe7 authored by Andres Maldonado's avatar Andres Maldonado
Browse files

[get-modified-image.sh] Include '*meta*' in pattern

parent 465eac87
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ RES=""
for i in $(git log -m -1 --name-only --pretty="format:" --first-parent)
do
case "$i" in
*pica*)
*pica*|*meta*)
RES=$(echo $i | cut -d '/' -f1)
break
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment