1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ steps:
|
|||
)
|
||||
|
||||
FAILED=0
|
||||
for handler in "${REQUIRED_HANDLERS[@]}"; do
|
||||
for handler in "$${REQUIRED_HANDLERS[@]}"; do
|
||||
if grep -q "$handler" "$CADDYFILE"; then
|
||||
echo "[PASS] Found handler: $handler"
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue