Skip to content

Commit de41a44

Browse files
Merge pull request #67 from splunk/dev-app-path
fix: correct app name casing in deployment configuration
2 parents a0d6d76 + add013d commit de41a44

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

apps/Splunk_TA_app1/README.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
This is an add-on powered by the Splunk Add-on Builder.
22

33
Test text
4+
New version released

deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def main():
7676
"distribution"
7777
] = f"failed with status code: {distribution_status}"
7878
else:
79-
print(f"App {app} failed validation. Skipping distribution.")
79+
print(f"App {app} failed validation. Skipping distribution.\n")
8080
deployment_report[app][
8181
"distribution"
8282
] = "failed due to app validation error"

environments/uat/es/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ target:
33
apps:
44
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)