Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
Fixes #10837: Read correct software name for Rudder agent on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Jun 1, 2017
1 parent 54082e6 commit 1021d74
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ final case object COMMUNITY_AGENT extends AgentType with HashcodeCaching {
final case object DSC_AGENT extends AgentType with HashcodeCaching {
override def toString() = A_DSC_AGENT
override def toRulesPath() = "/dsc"
override val inventorySoftwareName = "rudder-agent"
override def toAgentVersionName(softwareVersionName: String) = "dsc-"+softwareVersionName
override val inventorySoftwareName = "Rudder agent"
override def toAgentVersionName(softwareVersionName: String) = softwareVersionName+" (dsc)"
}

object AgentType {
Expand Down

0 comments on commit 1021d74

Please sign in to comment.