about summary refs log tree commit diff stats
path: root/031address.cc
diff options
context:
space:
mode:
Diffstat (limited to '031address.cc')
-rw-r--r--031address.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/031address.cc b/031address.cc
index b01bc036..d5f00b56 100644
--- a/031address.cc
+++ b/031address.cc
@@ -141,6 +141,8 @@ recipe main [
 
 :(after "Update GET base in Check")
 if (!canonize_type(base)) break;
+:(after "Update GET product in Check")
+if (!canonize_type(product)) break;
 :(after "Update GET base in Run")
 base = canonize(base);