Skip to content
Snippets Groups Projects
Commit c8bad3b5 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Replace tabs with spaces

parent 8005192b
No related branches found
No related tags found
2 merge requests!679Automated merge from preview to main,!658ignore-file-size-gitlfs
......@@ -38,8 +38,8 @@ source_hash=`git merge-base HEAD "$branch"`
for f in $(git diff $source_hash --name-only); do
fs=$(wc -c $f | awk '{print $1}')
if [ $fs -gt 1048576 ]; then
echo $f 'is over 1M ('$fs' bytes)'
large_files_present=true
echo $f 'is over 1M ('$fs' bytes)'
large_files_present=true
fi
done
......
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