diff --git a/templates/_nuget.config b/templates/_nuget.config index e980a86e..154fc57e 100644 --- a/templates/_nuget.config +++ b/templates/_nuget.config @@ -4,6 +4,6 @@ <% if(unstable){ %> - <% } %> + <% } %> diff --git a/test/subgenerators.js b/test/subgenerators.js index eabb6351..26e91280 100644 --- a/test/subgenerators.js +++ b/test/subgenerators.js @@ -136,7 +136,7 @@ describe('Subgenerators without arguments tests', function() { var filename = 'NuGet.config'; util.goCreateWithArgs('nuget', [arg]); util.fileCheck('should create ' + filename + ' file with unstable feed', filename); - util.fileContentCheck(filename, 'Check file content for unstable feed', /https:\/\/www\.myget\.org\/F\/aspnetrelease\/api\/v3/); + util.fileContentCheck(filename, 'Check file content for unstable feed', /https:\/\/www\.myget\.org\/F\/aspnetrc2\/api\/v3/); }); describe('aspnet:readme creates README.md', function() {