From 41a59c0e15a05b14c3b6df6db966b148c13a2a79 Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Wed, 21 Oct 2015 12:27:22 -0700 Subject: [PATCH] typo --- bootstrap/_deb_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/_deb_common.sh b/bootstrap/_deb_common.sh index f6467cf99..ae34dea37 100755 --- a/bootstrap/_deb_common.sh +++ b/bootstrap/_deb_common.sh @@ -23,7 +23,7 @@ if apt-cache show virtualenv > /dev/null ; then fi if apt-cache show python-virtualenv > /dev/null ; then - virtualenv="$virualenv python-virtualenv" + virtualenv="$virtualenv python-virtualenv" fi apt-get install -y --no-install-recommends \