Skip to content

Commit a3ada2a

Browse files
committed
style: use shfmt format
1 parent 4f04b30 commit a3ada2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/contributing/contributing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ echo "[$(date '+%Y-%m-%d %H:%M:%S')] Git repository: ${REPOSITORY}"
55

66
echo "${REPOSITORY} - Override CONTRIBUTING.md"
77
curl --silent --show-error --fail-with-body "https://raw.githubusercontent.com/escalate/multi-gitter-scripts/refs/heads/master/jobs/contributing/CONTRIBUTING.md" --output CONTRIBUTING.md
8-
envsubst < CONTRIBUTING.md > CONTRIBUTING.md.tmp
8+
envsubst <CONTRIBUTING.md >CONTRIBUTING.md.tmp
99
mv CONTRIBUTING.md.tmp CONTRIBUTING.md

0 commit comments

Comments
 (0)