Skip to content
Permalink
Browse files
fix syntax error
  • Loading branch information
anarcat committed Mar 7, 2012
1 parent 9e140a2 commit a8ef0d430b195c0a1bc7a238127ce1694560c815
Showing 1 changed file with 1 addition and 1 deletion.
@@ -34,7 +34,7 @@
# These are used as options to Aegir during install
email = config.get('Aegir', 'email')

distro = os.environ['DIST'] || 'unstable'
distro = os.environ['DIST'] or 'unstable'

# Fabric command to add the apt sources
def fab_add_apt_sources():

0 comments on commit a8ef0d4

Please sign in to comment.