There was an error while loading. Please reload this page.
1 parent b5a6e55 commit 28a38adCopy full SHA for 28a38ad
1 file changed
hack/reconcile-guard.sh
@@ -14,7 +14,7 @@ for file in $(find internal/controller -name "*.go" ! -name "*_test.go"); do
14
line_num=0
15
16
while IFS= read -r line; do
17
- ((line_num++))
+ line_num=$((line_num + 1))
18
19
# Track function context
20
if [[ $line =~ func\ \(.*\)\ reconcilePVC ]]; then
0 commit comments