From bdde70c9d3b46b612f88712ccfb1c650139579eb Mon Sep 17 00:00:00 2001 From: Vanessasaurus <814322+vsoch@users.noreply.github.com> Date: Mon, 29 Nov 2021 05:17:40 -0700 Subject: "branch" spelling mistake in libbeato (#27682) I was browsing package metadata, as one does on a Sunday, and stumbled across a new kind of version attribute - brancch! I suspect this is supposed to be "branch." --- var/spack/repos/builtin/packages/libbeato/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/libbeato/package.py b/var/spack/repos/builtin/packages/libbeato/package.py index eaae48cf6c..7465167f88 100644 --- a/var/spack/repos/builtin/packages/libbeato/package.py +++ b/var/spack/repos/builtin/packages/libbeato/package.py @@ -14,4 +14,4 @@ class Libbeato(AutotoolsPackage): homepage = "https://github.com/CRG-Barcelona/libbeato" git = "https://github.com/CRG-Barcelona/libbeato.git" - version('master', brancch='master') + version('master', branch='master') -- cgit v1.2.3-70-g09d2