Skip to content

Commit e03651e

Browse files
committed
Use captial T instead
1 parent d972fb5 commit e03651e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-change-web-domain-docroot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ else
8989
# Checking destination path
9090
real_target_directory="$(readlink -e "${target_domain_directory}/public_html/$target_directory/")"
9191
if [ -z "$(echo $real_target_directory | egrep "^$target_domain_directory\b")" ]; then
92-
check_result $E_FORBIDEN "target dir outside of target domain dir"
92+
check_result $E_FORBIDEN "Target dir outside of target domain dir"
9393
fi
9494

9595
if [ ! -e "$real_target_directory" ]; then

0 commit comments

Comments
 (0)