Skip to content

Commit

Permalink
Merge pull request #4 from SimonV-Skyline/master
Browse files Browse the repository at this point in the history
Attempt to fix order suffix
  • Loading branch information
SimonV-Skyline authored Mar 27, 2023
2 parents 5d6ee27 + 0fcbddc commit 79626e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Empower.Library.Room4/Order.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public Order(string orderValue)
// Key was setup using the dotnet tool Skyline.DataMiner.CICD.Tools.WinEncryptedKeys
apiKey = Keys.RetrieveKey(keyName);
name = orderValue;
suffix = " from room 'ThisIsABug'";
suffix = " from room 'ABugFromRoom4'";
}

/// <summary>
Expand Down

0 comments on commit 79626e6

Please sign in to comment.