spack ci: Fix typo in error message (#30438)

This commit is contained in:
Ken Raffenetti 2022-05-02 15:33:54 -05:00 committed by GitHub
parent 4219b89faa
commit e2c72e583f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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