summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-04-26 14:27:43 +0200
committerHolger Levsen <holger@layer-acht.org>2015-04-26 14:27:43 +0200
commitf3459ee605dca1dcab56d02585c8d37885f9b9c3 (patch)
tree27368b96bdff26376bbc24f8838b1ba8d557c978 /bin/chroot-installation.sh
parent160e9685c6df74dc4a0897d16eb31552d466152c (diff)
downloadjenkins.debian.net-f3459ee605dca1dcab56d02585c8d37885f9b9c3.tar.xz
chroot-installation: fix typo
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 0046fb65..b3388e02 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -262,7 +262,7 @@ if [ "$3" != "" ] ; then
case $3 in
squeeze) upgrade2 squeeze;;
wheezy) upgrade2 wheezy;;
- jessie) upgrade2 stretch;;
+ jessie) upgrade2 jessie;;
stretch) upgrade2 stretch;;
sid) upgrade2 sid;;
*) echo "unsupported distro." ; exit 1 ;;