Skip to content
Snippets Groups Projects
Commit f549dc44 authored by micah's avatar micah :speech_balloon:
Browse files

Fix missing $ in variable name, fixes: #1239

parent fbd0b874
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment