Skip to content

Commit

Permalink
change repository for epidoc-xslt in Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
m-k-r committed Jul 19, 2017
1 parent 7b02ccb commit 7868f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pn-xslt/Rakefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
task setup: [] do
if File.exists? "../epidoc-xslt"
sh "cd ../epidoc-xslt; svn up"
sh "cd ../epidoc-xslt; git fetch"
else
sh "svn checkout http://svn.code.sf.net/p/epidoc/code/trunk/example-p5-xslt ../epidoc-xslt"
sh "git clone https://github.com/DCLP/epidoc-xslt.git ../epidoc-xslt"
end
end

Expand Down

0 comments on commit 7868f7c

Please sign in to comment.