1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 01:06:17 +02:00

fix python syntax error from last commit

This commit is contained in:
Adrian Schröter 2010-07-14 17:28:48 +02:00
parent eb75d7b2f7
commit 1faaae30f4

View File

@ -2603,7 +2603,7 @@ def get_default_editor():
dist = platform.dist()[0]
if dist == 'debian':
return 'editor'
else if dist == 'fedora':
elif dist == 'fedora':
return 'vi'
return 'vim'
return 'vi'