Skip to content

Commit

Permalink
lowercase error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rlieberman-splunk committed Jan 15, 2025
1 parent eb30a06 commit 358a7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/splunk/enterprise/afwscheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ func getAppTopFolderFromPackage(rctx context.Context, cr splcommon.MetaObject, a
// The onus falls on the user to make sure the app packages are tarred appropriately
// to avoid the re-installation cycles as it is prudent to continue
// to the install step for harmless warnings
scopedLog.Error(err, "Error in tar contents list, but app installation will continue", "stdOut", stdOut, "stdErr", stdErr, "command", command, "appPkgPathOnPod", appPkgPathOnPod)
scopedLog.Error(err, "error in tar contents list, but app installation will continue", "stdOut", stdOut, "stdErr", stdErr, "command", command, "appPkgPathOnPod", appPkgPathOnPod)
if stdOut == "" {
return "Empty app package name, could not get installed app name", err
}
Expand Down

0 comments on commit 358a7ab

Please sign in to comment.