summaryrefslogtreecommitdiffstats
path: root/product.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-14 06:50:21 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-14 06:50:21 +0000
commit8a9347d0e7741b5dc823343ab990f864f25d5b38 (patch)
treef14f08764388f0fc7ad0e868eed93da51a55cd0a /product.py
parentb02a9c36f3666ebc97586e615020e61f0201997b (diff)
downloadanaconda-8a9347d0e7741b5dc823343ab990f864f25d5b38.tar.gz
anaconda-8a9347d0e7741b5dc823343ab990f864f25d5b38.tar.xz
anaconda-8a9347d0e7741b5dc823343ab990f864f25d5b38.zip
I can't type
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 9287d03c7..30fea7084 100644
--- a/product.py
+++ b/product.py
@@ -14,7 +14,7 @@ import os
if not os.access("/.buildstamp", os.R_OK):
productName = "anaconda"
- productVersion = "blueskyb"
+ productVersion = "bluesky"
else:
f = open("/.buildstamp", "r")
lines = f.readlines()