We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ea9cb commit b06d335Copy full SHA for b06d335
.github/workflows/contrib.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: Lowercase filenames and replace underscores
97
run: |
98
for f in hyper/docs/*; do
99
- mv -vn "$f" "$(echo \"$f\" | tr '[:upper:]' '[:lower:]' | tr '_' '-')" || true;
+ mv -vn "$f" "$(echo "$f" | tr '[:upper:]' '[:lower:]' | tr '_' '-')" || true;
100
done
101
102
- name: Copy the hyper docs to contrib
0 commit comments