diff options
author | Nathen Harvey <nharvey@chef.io> | 2016-01-23 17:56:56 -0500 |
---|---|---|
committer | Nathen Harvey <nharvey@chef.io> | 2016-01-23 17:56:56 -0500 |
commit | ad9ce0fe1b2ec86cf6479e5417dbcfc2e1e58717 (patch) | |
tree | 29837e14fbcc7e5907190c38280e1206578ad53f /tasks | |
parent | 1cb9cc67b71d21d1207602d1ec50ad2d68486171 (diff) | |
download | chef-ad9ce0fe1b2ec86cf6479e5417dbcfc2e1e58717.tar.gz |
Governers -> Governorsfix_cbgb_typo
thanks @juliandunn
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/cbgb.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/cbgb.rb b/tasks/cbgb.rb index 17c69e0446..97d374e297 100644 --- a/tasks/cbgb.rb +++ b/tasks/cbgb.rb @@ -33,7 +33,7 @@ namespace :cbgb do out << "<!-- Modify CBGB.toml file and run `rake cbgb:generate` to regenerate -->\n\n" out << "# " + cbgb["Preamble"]["title"] + "\n\n" out << cbgb["Preamble"]["text"] + "\n" - out << "# Board of Governers\n\n" + out << "# Board of Governors\n\n" out << "## " + cbgb["Org"]["Lead"]["title"] + "\n\n" out << person(cbgb["people"], cbgb["Org"]["Lead"]["person"]) + "\n\n" out << "### " + cbgb["Org"]["Contributors"]["title"] + "\n\n" |