Skip to content

Commit

Permalink
Fix repository owner
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Sep 6, 2017
1 parent d394a2c commit 7135e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cake
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ BuildParameters.SetParameters(
buildSystem: BuildSystem,
sourceDirectoryPath: "./src",
title: "TfsUrlParser",
repositoryOwner: "bbtsoftwareag",
repositoryOwner: "bbtsoftware",
repositoryName: "TfsUrlParser",
appVeyorAccountName: "bbtsoftwareag",
appVeyorAccountName: "BBTSoftwareAG",
shouldPublishMyGet: false);

BuildParameters.PrintParameters(Context);
Expand Down

0 comments on commit 7135e2c

Please sign in to comment.