From 4167102e93571e776dc7248a21145e753acdc3b8 Mon Sep 17 00:00:00 2001 From: Dark Templar Date: Mon, 20 Oct 2014 16:38:32 -0500 Subject: [PATCH] Fix typo in lxc-gentoo template Signed-off-by: Dark Templar Signed-off-by: Serge Hallyn --- templates/lxc-gentoo.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-gentoo.in b/templates/lxc-gentoo.in index 659fd283a..b7e04b751 100644 --- a/templates/lxc-gentoo.in +++ b/templates/lxc-gentoo.in @@ -788,7 +788,7 @@ do -n|--name) name=$2; shift 2;; -a|--arch) arch=$2; shift 2;; -F|--flush-cache) flush_cache=1; shift 1;; - -c|--cache-only) cache_only=1; shitf 1;; + -c|--cache-only) cache_only=1; shift 1;; -P|--private-portage) private_portage=1; shift 1;; -v|--variant) variant=$2; shift 2;; --portage-dir) portage_dir=$2; shift 2;; -- 2.47.2