Fix typo (thanks @rdmurphy)

pull/110/head
Travis Swicegood 2012-03-26 11:20:24 -05:00
parent b524bb6047
commit a74279df5c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# make sure virtualenvwrapper is enabled if availalbe # make sure virtualenvwrapper is enabled if available
[[ `which virtualenvwrapper.sh` ]] && . virtualenvwrapper.sh [[ `which virtualenvwrapper.sh` ]] && . virtualenvwrapper.sh
# create a new virtualenv for this directory # create a new virtualenv for this directory