From f732f6f2fb268c285a85acb5250b8e9ad5367c97 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Wed, 9 Nov 2011 03:54:36 +0000 Subject: [PATCH] Edited wiki page RubyExamples through web user interface. --- wiki/RubyExamples.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/RubyExamples.wiki b/wiki/RubyExamples.wiki index 75d648b..f7de251 100644 --- a/wiki/RubyExamples.wiki +++ b/wiki/RubyExamples.wiki @@ -17,7 +17,7 @@ require 'net/ftp' EMAIL = 'myemail' PUB_RELEASE_DIR = '/pub/release-64/fasta' -PEP_DIR = '/pep' +PEP_DIR = '/pep' ftp = Net::FTP.new('ftp.ensembl.org', 'anonymous', EMAIL) ftp.passive = true # To avoid "No route to host" error. -- 1.7.10.2