From c84a343528149e8914cdda51c5a8aba028259ce7 Mon Sep 17 00:00:00 2001 From: Lowell Alleman Date: Tue, 21 Mar 2023 19:33:37 -0400 Subject: [PATCH] More silly name typos (I miss my templates) --- README.md | 6 +++--- build.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9848e44..fe81dde 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ This Splunk app was developed with one goal in mind, reduce amount of time spent Validation of non CIM-data models works too. However, you will likely see *no validation regex was found* for fields that exist outside of the typical CIM field names. -Note that this is the *Kintyre Edition* of the CIM Vladiator +Note that this is the *CDI Edition* of the CIM Validator This project is hosted on GitHub, https://github.com/Kintyre/SA-cim_vladiator The upstream project is located at https://github.com/hire-vladimir/SA-cim_vladiator/ -As of 2.2.0, the installation folder has been changed to `SA_cdi_cim_validator` +As of 2.2.0, the installation folder has been changed to `SA-cdi_cim_validator` # Install @@ -48,7 +48,7 @@ App was developed for use with Splunk 8.x+, 9.x+ # Contributors -* Lowell Alleman (Kintyre) +* Lowell Alleman (CDI, Kintyre) * araman-m # Legal diff --git a/build.sh b/build.sh index 7639e0e..b318ef1 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -APP="SA-cdi_cim_vladiator" +APP="SA-cdi_cim_validator" BUILD="build/$APP" VER=$(grep version default/app.conf | cut -f2 -d=) VER=${VER/ /}