summaryrefslogtreecommitdiffstats
path: root/product.py
diff options
context:
space:
mode:
Diffstat (limited to 'product.py')
-rw-r--r--product.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/product.py b/product.py
index aa66d9f0c..9fceee684 100644
--- a/product.py
+++ b/product.py
@@ -26,7 +26,7 @@ if path is None:
else:
f = open(path, "r")
lines = f.readlines()
- if len(lines) < 3:
+ if len(lines) < 4:
productName = "anaconda"
productVersion = "bluesky"
productPath = "RedHat"