From 5c0cf083d9df6fa1de78291e66762b5da9c180b2 Mon Sep 17 00:00:00 2001 From: Kodi Craft Date: Tue, 25 Mar 2025 19:05:42 +0100 Subject: [PATCH] istg if that was the problem --- index.json | 2 +- src/startup.lua | 1 + updateindex.nu | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.json b/index.json index 758572c..1ccb9db 100644 --- a/index.json +++ b/index.json @@ -2,6 +2,6 @@ { "src": "src/startup.lua", "dest": "/startup.lua", - "hash": "07219cd9561b41ce1f39209958076c471b17855679c968b42767b0122423c782" + "hash": "af53be08c9478e5cb5fcb876ce580a2b45a69f191f60e466b88a4354dac1713a" } ] \ No newline at end of file diff --git a/src/startup.lua b/src/startup.lua index 7df869a..cae95c4 100644 --- a/src/startup.lua +++ b/src/startup.lua @@ -1 +1,2 @@ print("Hello, World!") + diff --git a/updateindex.nu b/updateindex.nu index 2b643c6..b9e986f 100755 --- a/updateindex.nu +++ b/updateindex.nu @@ -4,7 +4,7 @@ open index.json | each {|entry| {src: $entry.src, dest: $entry.dest, - hash: (cat $entry.src | hash sha256)} + hash: (open $entry.src | hash sha256)} } | collect | save -f index.json