fixed typo
This commit is contained in:
2
VERSION
2
VERSION
@@ -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 *
|
||||
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)))
|
||||
|
||||
Reference in New Issue
Block a user