Skip to content
Snippets Groups Projects
Commit bf08bd70 authored by George Hartzell's avatar George Hartzell Committed by Todd Gamblin
Browse files

Fix typo: _choiches -> _choices (#2127)

The breaks `spack create`.
parent e652a32f
No related branches found
No related tags found
No related merge requests found
......@@ -336,7 +336,7 @@ def __call__(self, stage, url):
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment