Skip to content

Commit

Permalink
Fixes #69
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Nov 22, 2022
1 parent 50ea343 commit 2e3e78b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[`install.sh`](./install.sh) is delivered when you `curl tea.xyz`.

# GitHub Action 0.6.14
# GitHub Action 0.6.15

This repository also provides the `tea` GitHub Action.

Expand Down
12 changes: 4 additions & 8 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ check_path() {
}

check_shell_magic() {
sh="$(basename "$SHELL")"
sh="$(basename "$SHELL")"
if test "$sh" = zsh; then
gum format -- <<-EOMD
# want magic?
Expand Down Expand Up @@ -363,13 +363,9 @@ install)
gum format -- <<-EOMD
# you’re all set!
try it out:
EOMD
gum style \
--border=normal \
--border-foreground 212 \
--margin="1" \
-- \
"tea +gnu.org/wget wget -qO- tea.xyz/white-paper | tea +charm.sh/glow glow -"
\`tea +gnu.org/wget wget -qO- tea.xyz/white-paper | tea +charm.sh/glow glow -\`
EOMD
elif test -n "$TEA_IS_CURRENT"; then
gum format -- <<-EOMD
# the latest version of tea was already installed
Expand Down

0 comments on commit 2e3e78b

Please sign in to comment.