Skip to content

Commit

Permalink
(build) Corrected typo in script
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Jan 9, 2016
1 parent 59426d9 commit f3ad1f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ Task("Publish-Extension")
PersonalAccessToken = personalAccessToken
});

GitReleaseManagerPublish(userName, password, "gep13", "chocolatey-vscode", version, GitReleaseManagerPublish{
GitReleaseManagerPublish(userName, password, "gep13", "chocolatey-vscode", version, new GitReleaseManagerPublishSettings {
});

GitReleaseManagerClose(userName, password, "gep13", "chocolatey-vscode", version, new GitReleaseManagerCloseMilestoneSettings{
GitReleaseManagerClose(userName, password, "gep13", "chocolatey-vscode", version, new GitReleaseManagerCloseMilestoneSettings {
});
});

Expand Down

0 comments on commit f3ad1f3

Please sign in to comment.