Skip to content

Commit c6a1138

Browse files
authored
Update render.sh
1 parent ec98723 commit c6a1138

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/render.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Render() {
55
source <(bash-tpl ${1})
66

77
else
8-
if read -t 0; then
8+
if read -t 0
9+
then
910
STDIN=$(cat -)
1011
source <(echo ${STDIN} | bash-tpl)
1112
fi

0 commit comments

Comments
 (0)