Prettier fd-commit indenting

This commit is contained in:
Daniel Martí 2014-02-13 08:17:58 +01:00
parent b706ec986f
commit c2963c9cde

View file

@ -21,7 +21,12 @@
commands=()
if [ ! -d metadata ]; then
[ -d ../metadata ] && cd .. || { echo "No metadata files found!"; exit 2; }
if [ -d ../metadata ]; then
cd ..
else
echo "No metadata files found!"
exit 2
fi
fi
while read line; do