Skip to content

Commit 34d0f94

Browse files
committed
Fixes #144
1 parent d254d26 commit 34d0f94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* [`install.sh`](./install.sh) is delivered when you `curl tea.xyz`.
44
* This repository also provides the `tea` GitHub Action.
55

6-
# GitHub Action 0.16.1
6+
# GitHub Action 0.16.2
77

88
```yaml
99
- uses: teaxyz/setup@v0

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ check_shell_magic() {
444444
return 1
445445
esac
446446

447-
if test -f "__TEA_SH_FILE" && command -v grep >/dev/null && grep --fixed-strings "$__TEA_ONE_LINER" "$__TEA_SH_FILE" --silent; then
447+
if test -f "$__TEA_SH_FILE" && command -v grep >/dev/null && grep --fixed-strings "$__TEA_ONE_LINER" "$__TEA_SH_FILE" --silent; then
448448
# shell magic already installed
449449
return 0
450450
fi

0 commit comments

Comments
 (0)