Skip to content

Commit 2f23b14

Browse files
committed
Remove space from Contribution Agreement filename
1 parent b801b3d commit 2f23b14

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/agreement.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
fetch-depth: 0
1313
- run: |
1414
echo Looking up contributor
15-
tail -n +36 Contribution\ Agreement.md | awk -F\| '{print $3}' | grep -w $USER
15+
tail -n +36 ContributionAgreement.md | awk -F\| '{print $3}' | grep -w $USER
1616
env:
1717
USER: ${{ github.actor }}

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you find a security issue in the Master branch of ChakraCore but not in 1.11
1616

1717
You will need to complete a Contribution Agreement before your pull request can be accepted. This agreement testifies that you are granting us permission to use the source code you are submitting, and that this work is being submitted under appropriate license that we can use it.
1818

19-
You can read the agreement here: [Contribution Agreement](Contribution%20Agreement.md)
19+
You can read the agreement here: [Contribution Agreement](ContributionAgreement.md)
2020

2121
## Housekeeping
2222

File renamed without changes.

0 commit comments

Comments
 (0)