projects
/
kraken-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
9a3462b
)
Apparently the Fabric dep is case-sensitive.
author
David Schoonover
<dsc@wikimedia.org>
Fri, 22 Jun 2012 17:53:31 +0000 (10:53 -0700)
committer
David Schoonover
<dsc@wikimedia.org>
Fri, 22 Jun 2012 17:53:31 +0000 (10:53 -0700)
fabfile/__init__.py
patch
|
blob
|
history
diff --git
a/fabfile/__init__.py
b/fabfile/__init__.py
index
f1f75fb
..
cbf6e88
100644
(file)
--- 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)