mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 23:05:05 +00:00
fix spelling error in message
This commit is contained in:
@@ -32,7 +32,7 @@ extra762(){
|
||||
runtime=$(echo "$lambdafunction" | cut -d'%' -f2)
|
||||
if echo "$lambdafunction" | grep -Eq $OBSOLETE ; then
|
||||
# obselete runtime found
|
||||
textFail "Obselete ${runtime} runtime found in Lambda funtion ${fname}" "$regx"
|
||||
textFail "Obsolete ${runtime} runtime found in Lambda funtion ${fname}" "$regx"
|
||||
else
|
||||
textPass "Supported ${runtime} runtime found in Lambda function ${fname}" "$regx"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user