Skip to content

Commit

Permalink
remove parens in function
Browse files Browse the repository at this point in the history
  • Loading branch information
ds300 committed Jul 12, 2023
1 parent d5e6a0a commit 7a846dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/append-patches/append-patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo "add patch-package"
npm add $1
alias patch-package=./node_modules/.bin/patch-package

function replace() {
function replace {
npx replace "$1" "$2" node_modules/left-pad/index.js
}

Expand Down

0 comments on commit 7a846dc

Please sign in to comment.