fixed typo
This commit is contained in:
@@ -1 +1 @@
|
|||||||
Version 2.00.0 (2012-07-05 22:28:51) dev
|
Version 2.00.0 (2012-07-05 22:29:48) dev
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ try:
|
|||||||
from git import *
|
from git import *
|
||||||
except ImportError:
|
except ImportError:
|
||||||
session.flash = 'requires python-git, but not installed'
|
session.flash = 'requires python-git, but not installed'
|
||||||
redirect(URL('deafult','site'))
|
redirect(URL('default','site'))
|
||||||
|
|
||||||
def deploy():
|
def deploy():
|
||||||
apps = sorted(file for file in os.listdir(apath(r=request)))
|
apps = sorted(file for file in os.listdir(apath(r=request)))
|
||||||
|
|||||||
Reference in New Issue
Block a user