diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-09 19:05:10 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-09 19:05:10 +0300 |
| commit | 690e3aa537a830e2f7c11aee03502124a0e612cf (patch) | |
| tree | c28a9e1728a784fe085fe6292110a93c2969cb7b /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupSteps.cs | |
| parent | 4635652744b760ba35f5590b629874a3b078f64a (diff) | |
| download | Tango-690e3aa537a830e2f7c11aee03502124a0e612cf.tar.gz Tango-690e3aa537a830e2f7c11aee03502124a0e612cf.zip | |
Working on PPC machine setup.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupSteps.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupSteps.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupSteps.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupSteps.cs index 1262eb248..3db1eb4b0 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupSteps.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupSteps.cs @@ -10,7 +10,7 @@ namespace Tango.PPC.Common.MachineSetup public enum MachineSetupSteps { [Description("Downloading Package")] - UpdatingPackages, + DownloadingPackage, [Description("Synchronizing Schema")] SynchronizingSchema, [Description("Synchronizing Data")] |
