Fix typo in check-url.sh script
The word "critical" was misspelled as "critital". This commit corrects the spelling error.
This commit is contained in:
parent
30369488f8
commit
8d4a9f2991
@ -55,7 +55,7 @@ GetOptions() {
|
|||||||
warn="$2"
|
warn="$2"
|
||||||
shift 2
|
shift 2
|
||||||
;;
|
;;
|
||||||
-c|--critital)
|
-c|--critical)
|
||||||
crit="$2"
|
crit="$2"
|
||||||
shift 2
|
shift 2
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user