Skip to content

Commit

Permalink
Merge pull request #46 from sbworth/master
Browse files Browse the repository at this point in the history
Trivial typo fix for virtualenv creation in setup.sh
  • Loading branch information
hsk81 committed Oct 28, 2015
2 parents d252228 + 6b4c503 commit bbeee55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Expand Up @@ -19,7 +19,7 @@ function setup_env () {
exit 0
else
git submodule update --init --recursive && build_env $1
vitualenv . --prompt="[$1] "
virtualenv . --prompt="[$1] "
fi
}

Expand Down

0 comments on commit bbeee55

Please sign in to comment.