stop checking for a fabfile, there isn't always one present

This commit is contained in:
Santiago Suarez Ordoñez 2012-11-08 15:55:51 -08:00
commit 155343c2c2

View file

@ -1,8 +1,5 @@
_fab_list() {
if [ ! -f fabfile.py ]; then return 0;
else
reply=(`fab --shortlist`)
fi
reply=(`fab --shortlist`)
}
compctl -K _fab_list fab