print typo in gclone

This commit is contained in:
Luke Tidd 2022-11-28 13:35:48 -05:00
parent 5b2e4c400e
commit 5beefb9d3b
Signed by: luke
GPG Key ID: 75D6600BEF4E8E8F

2
gclone
View File

@ -12,7 +12,7 @@ shift
token="$(pass show gitea/token/${project})"
if [[ -z "$token" ]]; then
printf 'Failed to get token for %s. ' "$project" >&2
print 'Must be one of:\n\n' "$project" >&2
printf 'Must be one of:\n\n' "$project" >&2
pass show gitea/token >&2
exit 1
fi