From 53874f88c99a7c0d9a5c8cc27d2829f0a87f5352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Sat, 4 Mar 2023 15:29:22 +0100 Subject: [PATCH] [mod] examples --- examples/{test-1.hmdl.json => file_state.hmdl.json} | 2 +- examples/{test.hmdl.json => main.hmdl.json} | 4 ++-- examples/{test-2.hmdl.json => script.hmdl.json} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename examples/{test-1.hmdl.json => file_state.hmdl.json} (89%) rename examples/{test.hmdl.json => main.hmdl.json} (82%) rename examples/{test-2.hmdl.json => script.hmdl.json} (85%) diff --git a/examples/test-1.hmdl.json b/examples/file_state.hmdl.json similarity index 89% rename from examples/test-1.hmdl.json rename to examples/file_state.hmdl.json index 7d4b159..ec3aa48 100644 --- a/examples/test-1.hmdl.json +++ b/examples/file_state.hmdl.json @@ -1,7 +1,7 @@ { "checks": [ { - "name": "test", + "name": "test1", "kind": "file_state", "parameters": { "path": "/tmp/test", diff --git a/examples/test.hmdl.json b/examples/main.hmdl.json similarity index 82% rename from examples/test.hmdl.json rename to examples/main.hmdl.json index 4682f5f..798bd49 100644 --- a/examples/test.hmdl.json +++ b/examples/main.hmdl.json @@ -14,7 +14,7 @@ ] }, "includes": [ - "test-1.hmdl.json", - "test-2.hmdl.json" + "script.hmdl.json", + "file_state.hmdl.json" ] } diff --git a/examples/test-2.hmdl.json b/examples/script.hmdl.json similarity index 85% rename from examples/test-2.hmdl.json rename to examples/script.hmdl.json index 60fc349..f22ca47 100644 --- a/examples/test-2.hmdl.json +++ b/examples/script.hmdl.json @@ -1,7 +1,7 @@ { "checks": [ { - "name": "test", + "name": "test1", "kind": "script", "parameters": { "path": "/tmp/script",