Skip to content
Snippets Groups Projects
Commit 53d74ab0 authored by Bob Mottram's avatar Bob Mottram
Browse files

Typo

parent 424a6991
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ function nginx_ssl {
function test_domain_name {
if [ $1 ]; then
TEST_DOMAIN_NAME=$1
function_ckeck validate_domain_name
function_check validate_domain_name
validate_domain_name
if [[ $TEST_DOMAIN_NAME != $1 ]]; then
echo $TEST_DOMAIN_NAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment