diff --git a/Makefile b/Makefile
index 43a144dfc3f5a3b85e681efe62b6e854da8c82a0..c3552ec68080755fbba29fb73ee0d223a8698913 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ docs:
 	echo '<!-- This document is generated by `make docs` from `.gitlab/README.md` -->' > README.md
 	echo >> README.md
 	cat readme0 >> README.md
-	yq '.spec.inputs | .[] | "| `" + key + "` | `" + .default + "` | " + .description + (.options | (" Must be one of " + (. | map("`" + . + "`")| join(", ") + "." )) // "") + " |"' templates/full-pipeline.yml >> README.md
+	yq '.spec.inputs | .[] | "| `" + key + "` | `" + .default + "` | " + .description + (.options | (" Must be one of " + (. | map("`" + . + "`") | join(", ") + "." )) // "") + " |"' templates/full-pipeline.yml >> README.md
 	echo >> README.md
 	echo '### Available OpenTofu Versions' >> README.md
 	echo >> README.md