loc fails with recent removal of heat dev env

TrivialFix

Change-Id: I9ec8ac8956e3b1f93a3829da7883055b091b5747
This commit is contained in:
Steven Dake 2016-09-08 08:21:42 -04:00
parent 052da60beb
commit 442daf7846
1 changed files with 0 additions and 2 deletions

2
loc
View File

@ -7,7 +7,6 @@ TESTS=`find tests -type f -exec cat {} \; | wc -l`
BUILD=`find kolla -type f -exec cat {} \; | wc -l`
DEMOS=`find demos -type f -exec cat {} \; | wc -l`
HEAT=`find dev/heat -type f -exec cat {} \; | wc -l`
SPECS=`find specs -type f -exec cat {} \; | wc -l`
ETC=`find etc -type f -exec cat {} \; | wc -l`
TOOLS=`find tools -type f -exec cat {} \; | wc -l`
@ -24,7 +23,6 @@ echo "Demos $DEMOS"
echo "Doc $DOC"
echo "Etc $ETC"
echo "Docker $DOCKER"
echo "Heat $HEAT"
echo "Specs $SPECS"
echo "Tests $TESTS"
echo "Tools $TOOLS"