From: Holger Levsen Date: Wed, 22 Aug 2012 16:32:16 +0000 (+0200) Subject: fix typo X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=2762f71821449e14208b64126b4108ea4ec10ef9;p=profitbricks%2Fjenkins-build-scripts.git fix typo --- diff --git a/liveboot_build.sh b/liveboot_build.sh index 7bdc3dc..26509e2 100755 --- a/liveboot_build.sh +++ b/liveboot_build.sh @@ -18,7 +18,7 @@ cat > $BUILD_SCRIPT <<-EOF apt-get -y install debootstrap ldap-utils git clone git://git/ri/liveboot.git cd liveboot -git checkout features/jenkins +git checkout feature/jenkins ./build.sh EOF