Skip to content

Commit

Permalink
timeouts: fixing the timeouts script to handle the refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored and Jack Batzner committed Dec 31, 2019
1 parent feb3fef commit e70fbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/timeouts.sh
Original file line number Diff line number Diff line change
@@ -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..."
Expand Down

0 comments on commit e70fbb5

Please sign in to comment.