We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f1fb0 commit 4d64f77Copy full SHA for 4d64f77
1 file changed
scripts/common.sh
@@ -187,7 +187,7 @@ get_postconf() {
187
. <({ error=$({ result="$(postconf "${name}")"; } 2>&1; declare -p result >&2); declare -p error; } 2>&1)
188
189
if [[ -n "${error}" ]]; then
190
- error: "Could not read variable ${emphasis}${name}${reset}: ${error}"
+ error "Could not read variable ${emphasis}${name}${reset}: ${error}"
191
return
192
fi
193
@@ -242,7 +242,7 @@ trim() {
242
}
243
244
###################################################################
245
-# Potential fix for #180. Plugin names do not necessarily match
+# Potential fix for #180. Plugin names do not necessarily match
246
# filter names.
247
#
248
# This is an utility method which converts SASL plugin names into
0 commit comments