Fix maven repo access again.

This commit is contained in:
baztian
2017-03-08 11:29:21 +01:00
parent 72dbb832d9
commit 0596d5fbca
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import sys
home=sys.argv[1]
dist=sys.argv[2]
with open(path.join(home, '.jip'), "w") as out:
with open(path.join(home, '.jip_config'), "w") as out:
print("""[repos:local]
uri={0}/.m2/repository/
type=local