From 0a03712763970dc81ee4db9b7fb39ea26baac02e Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 12 Dec 2012 19:18:12 +0100 Subject: [PATCH] Reupdate the Leaflet.Storage repor URL --- fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabfile.py b/fabfile.py index f1cc1ee7..7482fcb0 100644 --- a/fabfile.py +++ b/fabfile.py @@ -254,7 +254,7 @@ def collect_remote_statics(): 'leaflet': "git://github.com/CloudMade/Leaflet.git", 'draw': "git://github.com/jacobtoye/Leaflet.draw.git", 'hash': "git://github.com/mlevans/leaflet-hash.git", - 'storage': 'git://github.com/yohanboniface/leaflet-storage.git', + 'storage': 'git://github.com/yohanboniface/Leaflet.Storage.git', } with cd(remote_static_dir): for subdir, repository in remote_repositories.iteritems():