Skip to content

Commit

Permalink
Merge pull request #52 from ADAPT/develop
Browse files Browse the repository at this point in the history
Constant LoadFile changed from Recommendation to Load
  • Loading branch information
strhea authored Jul 24, 2019
2 parents ef1d0e0 + c0d60f2 commit 293ef62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ADMPlugin/DatacardConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static class DatacardConstants
public const string CatalogFile = "Catalog.adm";
public const string ProprietaryValuesFile = "ProprietaryValues.adm";
public const string ReferenceLayersFile = "ReferenceLayers.adm";
public const string LoadFile = "Recommendation{0}.adm";
public const string LoadFile = "Load{0}.adm";
public const string VersionFile = "AdmVersion.info";
public const string FileFormat = "{0}.adm";
public const string WorkItemFileOnly = "WorkItem-{0}.adm";
Expand Down

0 comments on commit 293ef62

Please sign in to comment.