Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #752 from cloudflare/ashleygwilliams-patch-1
Browse files Browse the repository at this point in the history
list author as wrangler at cloudflare dot com
  • Loading branch information
ashleygwilliams authored Oct 1, 2019
2 parents 5e68600 + a51ce87 commit 82321cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fn run() -> Result<(), failure::Error> {

let matches = App::new(format!("{}{} wrangler", emoji::WORKER, emoji::SPARKLES))
.version(env!("CARGO_PKG_VERSION"))
.author("ashley g williams <ashley666ashley@gmail.com>")
.author("The Wrangler Team <wrangler@cloudflare.com>")
.setting(AppSettings::ArgRequiredElseHelp)
.setting(AppSettings::DeriveDisplayOrder)
.subcommand(
Expand Down

0 comments on commit 82321cb

Please sign in to comment.