From e2e3f62a5f62f212caba129147281b743a458537 Mon Sep 17 00:00:00 2001 From: blend <151626101+blendtwenty@users.noreply.github.com> Date: Tue, 13 Feb 2024 08:51:20 +1100 Subject: [PATCH] correct lib typo --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f927dc8..465273e 100755 --- a/build.sh +++ b/build.sh @@ -21,6 +21,6 @@ echo "fetch.dogecoin.org" > CNAME # Copy the static files to the dist directory. cp src/index.html dist/index.html -cp -R src/lib/ dist/lib +cp -R src/lib dist/lib cp -R resources dist/ cp -R example dist/ \ No newline at end of file