commit | a74279df5ca49488d0f2b3990e5598c2dc704c91 | [log] [tgz] |
---|---|---|
author | Travis Swicegood <development@domain51.com> | 周一 3月 26 11:20:24 2012 -0500 |
committer | Travis Swicegood <development@domain51.com> | 周一 3月 26 11:20:24 2012 -0500 |
tree | cbaf8df29ff493e7df46e230c7e068d869e1eda8 | |
parent | b524bb604756d33ec330abe5300a7a1a6d3a833b [diff] |
Fix typo (thanks @rdmurphy)
diff --git a/plugins/available/virtualenv.plugin.bash b/plugins/available/virtualenv.plugin.bash index 2636963..1625915 100644 --- a/plugins/available/virtualenv.plugin.bash +++ b/plugins/available/virtualenv.plugin.bash
@@ -1,6 +1,6 @@ #!/bin/bash -# make sure virtualenvwrapper is enabled if availalbe +# make sure virtualenvwrapper is enabled if available [[ `which virtualenvwrapper.sh` ]] && . virtualenvwrapper.sh # create a new virtualenv for this directory