Skip to content

Commit

Permalink
Merge pull request #9 from pgleeson/patch-2
Browse files Browse the repository at this point in the history
If it doesn't work, we will think about it.
  • Loading branch information
borismarin committed Apr 29, 2014
2 parents 43bdac7 + 6a94316 commit 8e450fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omv/backends/getjnml.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ def install_jnml():
jnmlpath = os.path.join(os.environ['HOME'],'jnml')
os.mkdir(jnmlpath)
with working_dir(jnmlpath):
print co(['svn', 'checkout', 'svn://svn.code.sf.net/p/neuroml/code/jNeuroMLJar'])
print co(['svn', 'checkout', 'https://svn.code.sf.net/p/neuroml/code/jNeuroMLJar'])

0 comments on commit 8e450fc

Please sign in to comment.