gitlab-ci: fix testing whether a variable with a given name is set or not
[mesa.git] / docs / submittingpatches.rst
index 5c9567f87693277983c5323c7db466994428646a..712adfc5c9b799e2cd1e2026049dbdb155542c35 100644 (file)
@@ -112,7 +112,7 @@ The ``Fixes:`` tag
 If a patch addresses a issue introduced with earlier commit, that
 should be noted in the commit message. For example::
 
-    Fixes: d7b3707c612 "util/disk_cache: use stat() to check if entry is a directory"
+    Fixes: d7b3707c612 ("util/disk_cache: use stat() to check if entry is a directory")
 
 You can produce those fixes lines by running this command once::