Skip to content

Commit

Permalink
fix: sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn0wCrack committed Jan 8, 2024
1 parent 63d1f25 commit 81ec980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 81ec980

Please sign in to comment.