From d1d6e2d9f9b9bc6df8634349b804dbb04a2310c5 Mon Sep 17 00:00:00 2001 From: David Lick Date: Thu, 21 Dec 2023 10:33:04 -0500 Subject: [PATCH] fix sed command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 69a13b0..3c87a0e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ setup: git clone https://github.com/RockKeeper/go-rpi-rgb-led-matrix rm go-rpi-rgb-led-matrix/go.mod go-rpi-rgb-led-matrix/go.sum - sed -i 's|github.com/RockKeeper|git.dvdt.dev/david/bitcoin-ticker-pi|g' + find ./ -type f -exec sed -i 's|github.com/RockKeeper|git.dvdt.dev/david/bitcoin-ticker-pi|g' {} + cd go-rpi-rgb-led-matrix/lib git submodule update --init cd rpi-rgb-led-matrix