Merge branch 'edge' of github.com:webnotes/wnframework into edge
This commit is contained in:
commit
db3576536b
1 changed files with 2 additions and 1 deletions
3
wnf.py
3
wnf.py
|
|
@ -74,7 +74,8 @@ def sync_all(force=0):
|
|||
|
||||
def update_erpnext(remote='origin', branch='master'):
|
||||
pull(remote, branch)
|
||||
patch_sync_build()
|
||||
from webnotes.utils import execute_in_shell
|
||||
execute_in_shell("lib/wnf.py --patch_sync_build", verbose=1)
|
||||
|
||||
def patch_sync_build():
|
||||
patch_sync()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue