aboutsummaryrefslogtreecommitdiff
path: root/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'handlers')
-rw-r--r--handlers/rdiff.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/rdiff.in b/handlers/rdiff.in
index f59d56a..45d5096 100644
--- a/handlers/rdiff.in
+++ b/handlers/rdiff.in
@@ -59,7 +59,7 @@ function check_consistency() {
if [ "$user" == "" ]; then
fatal "User must be specified for remote $section."
fi
- if [ "host" == "" ]; then
+ if [ "$host" == "" ]; then
fatal "Host must be specifed for remote $section."
fi
fi