Skip to content

Commit

Permalink
Fix typo in log (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkanfer authored Jan 31, 2024
1 parent 18b3799 commit d8a5dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installer/BeatPackageCompiler/AgentCustomAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public static ActionResult UnInstallAction(Session session)
string binary_path = @"c:\\Program Files\\Elastic\\Agent\\elastic-agent.exe";
if (!File.Exists(binary_path))
{
session.Log("Canont find file: " + binary_path + ", skipping uninstall action");
session.Log("Cannot find file: " + binary_path + ", skipping uninstall action");
return ActionResult.Success;
}

Expand Down

0 comments on commit d8a5dc0

Please sign in to comment.