Skip to content
Snippets Groups Projects
Commit 442daf78 authored by Steven Dake's avatar Steven Dake
Browse files

loc fails with recent removal of heat dev env

TrivialFix

Change-Id: I9ec8ac8956e3b1f93a3829da7883055b091b5747
parent 052da60b
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
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