Skip to content

Commit a5e9a03

Browse files
authored
Merge pull request #31 from rimrul/fix-superflous-ampersands
open-pr: don't concatenate after last command of a step
2 parents df9d658 + 6036a5e commit a5e9a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/open-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
git checkout -- &&
118118
119119
# makepkg/updpkgsums expects `curl` to be present in `/usr/bin/`
120-
printf '#!/bin/sh\n\nexec /mingw64/bin/curl.exe "$@"' >usr/bin/curl &&
120+
printf '#!/bin/sh\n\nexec /mingw64/bin/curl.exe "$@"' >usr/bin/curl
121121
- name: use git-sdk-64 subset
122122
shell: bash
123123
run: |

0 commit comments

Comments
 (0)