print typo everywhere...
This commit is contained in:
parent
5beefb9d3b
commit
7eec287f83
2
gpull
2
gpull
@ -9,7 +9,7 @@ fi
|
|||||||
token="$(pass show gitea/token/${project})"
|
token="$(pass show gitea/token/${project})"
|
||||||
if [[ -z "$token" ]]; then
|
if [[ -z "$token" ]]; then
|
||||||
printf 'Failed to get token for %s. ' "$project" >&2
|
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
|
pass show gitea/token >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
2
gpush
2
gpush
@ -9,7 +9,7 @@ fi
|
|||||||
token="$(pass show gitea/token/${project})"
|
token="$(pass show gitea/token/${project})"
|
||||||
if [[ -z "$token" ]]; then
|
if [[ -z "$token" ]]; then
|
||||||
printf 'Failed to get token for %s. ' "$project" >&2
|
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
|
pass show gitea/token >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user