Skip to content

Commit db42ba8

Browse files
Merge pull request #68 from splunk/dev-app-path
fix: standardize app name casing in configuration files
2 parents de41a44 + 6b8781d commit db42ba8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/Splunk_TA_app1/default/app.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ version = 1.0.8
1111

1212
[ui]
1313
is_visible = 0
14-
label = App1
14+
label = app1
1515
docs_section_override = AddOns:released
1616

1717
[package]
18-
id = Splunk_TA_App1
18+
id = Splunk_TA_app1
1919

2020
[triggers]
2121
reload.addon_builder = simple

environments/uat/es/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
target:
22
url: https://staging.admin.splunk.com/scv-shw-217bd09bcbf264/adminconfig/v2/apps/victoria
33
apps:
4-
Splunk_TA_App1:
4+
Splunk_TA_app1:
55
s3-bucket: splunk-apps-deployment
6-
source: apps/Splunk_TA_App1.tgz
6+
source: apps/Splunk_TA_app1.tgz
77
config:
88
- ./Splunk_TA_app1/*.conf
99
buttercup_app_for_splunk:

0 commit comments

Comments
 (0)