Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
#55 enhance function naming in SharkCageInstallerHelper #95
Browse files Browse the repository at this point in the history
  • Loading branch information
SailReal committed Aug 5, 2018
1 parent 99425e7 commit 109aaa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SharkCage/CageServiceInstaller/SharkCageInstallerHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public override void Commit(System.Collections.IDictionary saved_state)

string target_dir = Context.Parameters["DP_TargetDir"].ToString();

AssimilateConfigToCurrentSystem(target_dir);
CustomizeConfigToCurrentSystem(target_dir);

InstallAndStartService(target_dir);
}
Expand All @@ -44,7 +44,7 @@ public override void Uninstall(System.Collections.IDictionary saved_state)
UninstallService();
}

private void AssimilateConfigToCurrentSystem(string dir_path)
private void CustomizeConfigToCurrentSystem(string dir_path)
{
var config_path = Path.Combine(
Environment.GetFolderPath(Environment.SpecialFolder.CommonDocuments),
Expand Down

0 comments on commit 109aaa2

Please sign in to comment.