mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-17 11:52:42 +00:00
comment
This commit is contained in:
@@ -79,8 +79,8 @@ do
|
||||
done
|
||||
|
||||
# use during testing to show exit conditions
|
||||
echo "${exist[@]}"
|
||||
echo "${update[@]}"
|
||||
#echo "${exist[@]}"
|
||||
#echo "${update[@]}"
|
||||
|
||||
# exit condition, exit when .md does not exist or changes requried
|
||||
if [[ ${exist[@]} == *"true"* && ${update[@]} == *"true"* ]];
|
||||
|
||||
Reference in New Issue
Block a user