Skip to content

Commit

Permalink
Update render.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sgohl authored Dec 8, 2023
1 parent c6a1138 commit 6fa29c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/render.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Render() {
else
if read -t 0
then
STDIN=$(cat -)
source <(echo ${STDIN} | bash-tpl)
source <(cat - | bash-tpl)
fi
fi

Expand Down

0 comments on commit 6fa29c1

Please sign in to comment.