From c655f47fb100af1521997a8b89e77b87e65cd2da Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 12 Jul 2012 19:08:48 +0530 Subject: [PATCH] fixed wnframework repository url to https one --- install_erpnext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_erpnext.py b/install_erpnext.py index fdbfdb9c19..f4a9597797 100644 --- a/install_erpnext.py +++ b/install_erpnext.py @@ -48,7 +48,7 @@ if not os.path.exists(os.path.join(erpnext_path, 'logs')): # setup lib -- framework repo with read only access # change this if you have your own fork if not os.path.exists(os.path.join(erpnext_path, 'lib')): - os.system('git clone git://github.com/webnotes/wnframework.git lib') + os.system('git clone https://github.com/webnotes/wnframework.git lib') # setup symlinks in public if not os.path.exists(os.path.join(erpnext_path, 'public', 'js', 'lib')):