From 465e24f791fab7beaa469cad30235b4ba6c8d915 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Mon, 15 Feb 2021 08:19:51 +0100 Subject: [PATCH] Update ipfsPrep.sh --- scripts/ipfsPrep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ipfsPrep.sh b/scripts/ipfsPrep.sh index 4c4ecf1b0..81a6c349f 100755 --- a/scripts/ipfsPrep.sh +++ b/scripts/ipfsPrep.sh @@ -3,4 +3,4 @@ # SPDX-License-Identifier: Apache-2.0 mkdir -p build -cp inhex.html address.json all.json known.json urlmeta.json build +cp index.html address.json all.json known.json urlmeta.json build