diff --git a/scripts/timeouts.sh b/scripts/timeouts.sh index f74be3d011e6..52b0a12f15b9 100755 --- a/scripts/timeouts.sh +++ b/scripts/timeouts.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -files=$(ls ./azurerm/*.go) +files=$(find ./azurerm -type f -name "*.go") error=false echo "==> Checking that Custom Timeouts are used..."