fixed typo

This commit is contained in:
mdipierro
2012-07-05 22:29:51 -05:00
parent 0668739c6e
commit f227fb673c
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
Version 2.00.0 (2012-07-05 22:28:51) dev
Version 2.00.0 (2012-07-05 22:29:48) dev

View File

@@ -4,7 +4,7 @@ try:
from git import *
except ImportError:
session.flash = 'requires python-git, but not installed'
redirect(URL('deafult','site'))
redirect(URL('default','site'))
def deploy():
apps = sorted(file for file in os.listdir(apath(r=request)))