From 81ec980beb39bf9ef335c3b272f703af8b3710f0 Mon Sep 17 00:00:00 2001 From: Sn0wCrack <442287+Sn0wCrack@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:34:52 +1100 Subject: [PATCH] fix: sed command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 17d59dc..d2bf182 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ revert: sed -i${SED_PARAM} "s/${VERSION}/{{VERSION}}/g" "README.txt" sed -i${SED_PARAM} "s/${RELEASE_DATE}/{{RELEASE_DATE}}/g" "README.txt" sed -i${SED_PARAM} "s/${VERSION:v%=%}/{{VERSION}}/g" "modules/addons/synergywholesale_balance/synergywholesale_balance.php" - sed -i${SED_PARAM} "s/${VERSION:v%=%}/{{VERSION}}g" "modules/widgets/synergywholesale_balance.php" + sed -i${SED_PARAM} "s/${VERSION:v%=%}/{{VERSION}}/g" "modules/widgets/synergywholesale_balance.php" sed -i${SED_PARAM} "s/${SW_API_HOSTNAME}/{{API}}/g" "modules/widgets/synergywholesale_balance.php" package: