Skip to content

Commit

Permalink
Fix incorrect GitHub repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Rapp committed Sep 20, 2017
1 parent 040f7c6 commit d14b813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cinteros.XTB.BulkDataUpdater/MainControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ public override void ClosingPlugin(PluginCloseInfo info)

public string RepositoryName
{
get { return "DataUpdater"; }
get { return "XrmToolBox.BulkDataUpdater"; }
}

public string UserName
{
get { return "Cinteros"; }
get { return "Innofactor"; }
}

public string DonationDescription
Expand Down

0 comments on commit d14b813

Please sign in to comment.