Skip to content

Commit

Permalink
check_extra7113: Fix wrong listing of RDS instances in regions withou…
Browse files Browse the repository at this point in the history
…t databases (#1124)

Co-authored-by: Jens Brey <[email protected]>
  • Loading branch information
Sinnohd and Jens Brey authored May 3, 2022
1 parent ecbfbfb commit 59abd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/check_extra7113
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ extra7113(){
fi
done
else
textInfo "$regx: No RDS instances found" "$regx" "$rdsinstance"
textInfo "$regx: No RDS instances found" "$regx"
fi
done
}

0 comments on commit 59abd2b

Please sign in to comment.