Skip to content

Commit 7a846dc

Browse files
committed
remove parens in function
1 parent d5e6a0a commit 7a846dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/append-patches/append-patches.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ echo "add patch-package"
77
npm add $1
88
alias patch-package=./node_modules/.bin/patch-package
99

10-
function replace() {
10+
function replace {
1111
npx replace "$1" "$2" node_modules/left-pad/index.js
1212
}
1313

0 commit comments

Comments
 (0)