Skip to content

Commit 7447c8b

Browse files
committed
Fix spaces -> tabs
1 parent f670086 commit 7447c8b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

install.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,10 @@ welcome() {
204204
get_tea_version() {
205205
# shellcheck disable=SC2086
206206
v="$(gum spin --show-output --title 'determing tea version' -- $CURL "https://dist.tea.xyz/tea.xyz/$MIDFIX/versions.txt" | tail -n1)"
207-
if test -z "$v"; then
208-
echo "failed to get latest tea version" >&2
209-
exit 1
210-
fi
207+
if test -z "$v"; then
208+
echo "failed to get latest tea version" >&2
209+
exit 1
210+
fi
211211
}
212212

213213
fix_links() {
@@ -307,7 +307,7 @@ check_zshrc() {
307307
gum format -- <<-EOMD
308308
# we need your help 🙏
309309
310-
our shell magic doesn’t support \`$SHELL\` yet, can you make a pull request?
310+
our shell magic doesn’t support $SHELL yet, can you make a pull request?
311311
312312
> https://github.com/teaxyz/cli/pulls
313313
EOMD
@@ -332,9 +332,9 @@ else
332332
fi
333333

334334
if ! test -d "$TEA_PREFIX/tea.xyz/var/pantry"; then
335-
title="prefetching"
335+
title="prefetching"
336336
elif which git >/dev/null 2>&1; then
337-
title="syncing"
337+
title="syncing"
338338
fi
339339
gum spin --title "$title pantry" -- "$tea" --sync --dump
340340

0 commit comments

Comments
 (0)