Skip to content
Snippets Groups Projects
Commit 8c24e47b authored by Alan Nelson's avatar Alan Nelson
Browse files

Add JPEG to auto-approved extensions

parent 5ff0c1f4
Branches
No related tags found
1 merge request!100Add JPEG to auto-approved extensions
...@@ -76,6 +76,9 @@ while read -r file; do ...@@ -76,6 +76,9 @@ while read -r file; do
*.jpg) *.jpg)
echo "OK: JPG file change - $file" echo "OK: JPG file change - $file"
;; ;;
*.jpeg)
echo "OK: JPEG file change - $file"
;;
*.gif) *.gif)
echo "OK: GIF file change - $file" echo "OK: GIF file change - $file"
;; ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment