diff --git a/nullboard.html b/nullboard.html
index 1ecdb3c..506368d 100644
--- a/nullboard.html
+++ b/nullboard.html
@@ -3454,7 +3454,7 @@
return "Required board properties are empty.";
if (foo.format != NB.blobVersion)
- return `Unsupported blob format "${board.format}", expecting "${NB.blobVersion}".`;
+ return `Unsupported blob format "${foo.format}", expecting "${NB.blobVersion}".`;
return null;
}