From e2c72e583f57a725171f2d3624db757c9c31e480 Mon Sep 17 00:00:00 2001 From: Ken Raffenetti Date: Mon, 2 May 2022 15:33:54 -0500 Subject: spack ci: Fix typo in error message (#30438) --- lib/spack/spack/ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/spack/spack/ci.py b/lib/spack/spack/ci.py index 71f39ef7e9..299f19a94d 100644 --- a/lib/spack/spack/ci.py +++ b/lib/spack/spack/ci.py @@ -1513,7 +1513,7 @@ def setup_spack_repro_version(repro_dir, checkout_commit, merge_commit=None): fail_on_error=False) if git.returncode != 0: - tty.error('Unable to clone your local spac repo:') + tty.error('Unable to clone your local spack repo:') tty.msg(clone_out) return False -- cgit v1.2.3-60-g2f50