forked from ungleich-public/cdist
check for missing objects
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
4cc237fa03
commit
50f9d65d0d
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ if [ -f "$finished" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Checking code for $object ..."
|
echo "Checking code for $object ..."
|
||||||
|
|
||||||
if [ -f "$require" ]; then
|
if [ -f "$require" ]; then
|
||||||
while read requirement; do
|
while read requirement; do
|
||||||
|
|
Loading…
Reference in a new issue