commit | 4aabf023934f3194efc7ed7be7249ab33f4979bc | [log] [tgz] |
---|---|---|
author | Andy Doan <doanac@gmail.com> | Thu Apr 26 14:30:29 2012 -0500 |
committer | Andy Doan <doanac@gmail.com> | Thu Apr 26 14:30:29 2012 -0500 |
tree | f7f4848e244c417cf66d7f6bf9ef34b7e0c3c909 | |
parent | df9dfd7adb696cbdfc16dfefb1b059627f7c2e5a [diff] [blame] |
eula file typo its OPEN-EULA.txt not OPEN_EULA.txt
diff --git a/build_images.py b/build_images.py index 1ae0a43..9aa47be 100755 --- a/build_images.py +++ b/build_images.py
@@ -40,7 +40,7 @@ if eula: self.eula = 'EULA.txt' else: - self.eula = 'OPEN_EULA.txt' + self.eula = 'OPEN-EULA.txt' self.pre_inst_script = pre_inst_script def do_eula(self, imgfile):