diff options
Diffstat (limited to 'components/init')
-rwxr-xr-x | components/init | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/init b/components/init index 4d3699929..cfaf11477 100755 --- a/components/init +++ b/components/init @@ -61,7 +61,6 @@ def main(): # FIXME hardcoded release information default_distribution = { 'debian' : 'wheezy', 'progress-linux' : 'baureo', - 'ubuntu' : 'saucy', } distribution = default_distribution[project] |