fix in pull

This commit is contained in:
Anand Doshi 2012-06-12 10:59:35 +05:30
parent e741aa829a
commit 2c331d2560

4
wnf.py
View file

@ -90,9 +90,7 @@ def create_cms_files():
def pull(remote, branch):
os.system('git pull %s %s' % (remote, branch))
os.system('cd lib')
os.system('git pull %s %s' % (remote, branch))
os.system('cd ..')
os.system('cd lib && git pull %s %s' % (remote, branch))
def apply_latest_patches():
import webnotes.modules.patch_handler