Skip to content

Commit

Permalink
Fix typo: envrionment
Browse files Browse the repository at this point in the history
  • Loading branch information
dracan authored Sep 20, 2017
1 parent 883d6e8 commit db2395f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cake.Core/Reflection/AssemblyVerifier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void Verify(Assembly assembly)
"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" +
"envrionment variable \"CAKE_SETTINGS_SKIPVERIFICATION=true\", \r\n" +
"environment variable \"CAKE_SETTINGS_SKIPVERIFICATION=true\", \r\n" +
"read more about configuration at https://cakebuild.net/docs/fundamentals/configuration)";

var args = new object[]
Expand Down

0 comments on commit db2395f

Please sign in to comment.