fix in pull
This commit is contained in:
parent
e741aa829a
commit
2c331d2560
1 changed files with 1 additions and 3 deletions
4
wnf.py
4
wnf.py
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue