rabin 1 năm trước cách đây
mục cha
commit
9a98dc3db8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/tool/dever2.py

+ 1 - 1
src/tool/dever2.py

@@ -63,7 +63,7 @@ class Dever2(object):
 	def custom():
 		git = Args.param
 		if not git:
-			git = Env.dever()
+			git = Env.dever2()
 		if not git or 'http' not in git:
 			git = Dever2.git + Dever2.package
 		return git