From: David Schoonover Date: Fri, 22 Jun 2012 17:53:31 +0000 (-0700) Subject: Apparently the Fabric dep is case-sensitive. X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=32ad9b68085a5448d09e375da6a8477ba45615d2;p=kraken-ui.git Apparently the Fabric dep is case-sensitive. --- diff --git a/fabfile/__init__.py b/fabfile/__init__.py index f1f75fb..cbf6e88 100644 --- a/fabfile/__init__.py +++ b/fabfile/__init__.py @@ -19,7 +19,7 @@ except ImportError: ERROR: You're missing a dependency! To build this project using fabric, you'll need to install fabric (and some other stuff): - pip install -U fabric paramiko path.py + pip install -U Fabric paramiko path.py """ sys.exit(1)