From bf08bd707678038b27e1738040c1c5ef7dc9983c Mon Sep 17 00:00:00 2001 From: George Hartzell Date: Wed, 26 Oct 2016 20:39:08 -0700 Subject: Fix typo: _choiches -> _choices (#2127) The breaks `spack create`. --- lib/spack/spack/cmd/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/spack/spack/cmd/create.py b/lib/spack/spack/cmd/create.py index 5db0601d44..feed3b8772 100644 --- a/lib/spack/spack/cmd/create.py +++ b/lib/spack/spack/cmd/create.py @@ -336,7 +336,7 @@ class BuildSystemGuesser(object): self.build_system = build_system def make_guess(self, name, url, ver_hash_tuples): - cls = self._choiches.get(self.build_system, DefaultGuess) + cls = self._choices.get(self.build_system, DefaultGuess) return cls(name, url, ver_hash_tuples) -- cgit v1.2.3-60-g2f50