From 7a846dcb5c91463daf629fdd897908a0c79bb9d1 Mon Sep 17 00:00:00 2001 From: David Sheldrick Date: Sat, 24 Jun 2023 09:03:12 +0100 Subject: [PATCH] remove parens in function --- integration-tests/append-patches/append-patches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/append-patches/append-patches.sh b/integration-tests/append-patches/append-patches.sh index d168b9d6..356eabd4 100755 --- a/integration-tests/append-patches/append-patches.sh +++ b/integration-tests/append-patches/append-patches.sh @@ -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 }