rabin 4 months ago
parent
commit
9a98dc3db8
1 changed files with 1 additions and 1 deletions
  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