Skip to content

Commit

Permalink
Update KeyGenerator/Program.cs
Browse files Browse the repository at this point in the history
The format template needed to be updated to accept two fields.
  • Loading branch information
nberardi committed Aug 23, 2012
1 parent 0f26f87 commit 8904ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeyGenerator/Program.cs
Expand Up @@ -19,5 +19,5 @@ static void Main(string[] args)
}

const string template = @"<add key=""cookieauthentication.encryptionkey"" value=""{0}""/>
<add key=""cookieauthentication.validationkey"" value=""{2}""/>";
<add key=""cookieauthentication.validationkey"" value=""{1}""/>";
}

0 comments on commit 8904ebd

Please sign in to comment.