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 4e81f49 commit 8622597Copy full SHA for 8622597
.github/workflows/update-readme.yaml
@@ -53,7 +53,7 @@ jobs:
53
done
54
55
# Open FD 3 for RM_DEST
56
- exec 3<> "$RM_DEST"
+ exec 3> "$RM_DEST"
57
58
cat "$RM_HEADER" >&3
59
echo -ne "## Usage\n\n" >&3
0 commit comments