aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/rfc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rfc b/bin/rfc
index bd8fb67..9c71ebc 100755
--- a/bin/rfc
+++ b/bin/rfc
@@ -133,7 +133,7 @@ if [ "${UPDATE:-}" = true ]; then
exit
fi
-eval "$(assert-arg "$RFC_NUMBER")"
+eval "$(assert-arg "$RFC_NUMBER" 'RFC_NUMBER')"
if [ ! -e "$F" ]; then
printf 'Given RFC_NUMBER "%s" does not exist at:\n%s\n' \