Skip to content

Commit

Permalink
Merge pull request cake-build#2062 from jnm2/typo
Browse files Browse the repository at this point in the history
Fixed typo 'need to'
  • Loading branch information
gep13 authored Feb 27, 2018
2 parents 6cf808c + 8956076 commit ee72dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Cake.Core/Reflection/AssemblyVerifier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ public void Verify(Assembly assembly)
// The assembly is referencing a version of Cake that contains breaking changes.
const string message = "The assembly '{0}' \r\n" +
"is referencing an older version of Cake.Core ({1}). \r\n" +
"This assembly need to reference at least Cake.Core version {2}. \r\n" +
"This assembly must reference at least Cake.Core version {2}. \r\n" +
"Another option is to downgrade Cake to an earlier version. \r\n" +
"It's not recommended, but you can explicitly opt-out of assembly verification \r\n" +
"It's not recommended, but you can explicitly opt out of assembly verification \r\n" +
"by configuring the Skip Verification setting to true\r\n" +
"(i.e. command line parameter \"--settings_skipverification=true\", \r\n" +
"environment variable \"CAKE_SETTINGS_SKIPVERIFICATION=true\", \r\n" +
Expand Down

0 comments on commit ee72dc4

Please sign in to comment.