Skip to content

Commit 265fe88

Browse files
committed
Remove more trailing space
1 parent e655acb commit 265fe88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
curl -L -o apr.zip https://github.com/apache/apr/archive/refs/tags/$env:APR_VERSION.zip
6363
Expand-Archive apr.zip
6464
cd apr\apr-$env:APR_VERSION
65-
(Get-Content .\include\apr.hw).Replace('0x0501', '0x0600') | Set-Content .\include\apr.hw
65+
(Get-Content .\include\apr.hw).Replace('0x0501', '0x0600') | Set-Content .\include\apr.hw
6666
- name: Build apr using Nmake
6767
shell: cmd
6868
run: |

0 commit comments

Comments
 (0)