File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -204,10 +204,10 @@ welcome() {
204204get_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
213213fix_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
332332fi
333333
334334if ! test -d " $TEA_PREFIX /tea.xyz/var/pantry" ; then
335- title=" prefetching"
335+ title=" prefetching"
336336elif which git > /dev/null 2>&1 ; then
337- title=" syncing"
337+ title=" syncing"
338338fi
339339gum spin --title " $title pantry" -- " $tea " --sync --dump
340340
You can’t perform that action at this time.
0 commit comments