Skip to content

Commit

Permalink
Merge pull request #20 from boumenot/pr-update-author
Browse files Browse the repository at this point in the history
Remove AUTHOR attribution
  • Loading branch information
boumenot authored Sep 27, 2017
2 parents ddb064a + eaa79cd commit 085bf9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ func main() {
app := cli.NewApp()
app.Name = "azure-extensions-cli"
app.Version = GitSummary
app.Usage = "This tool is designed for Microsoft internal extension publishers to release, update and manage Virtual Machine extensions."
app.Authors = []cli.Author{{Name: "Ahmet Alp Balkan", Email: "ahmetb at microsoft döt com"}}
app.Usage = "This tool is designed for Microsoft extension publishers to release, update and manage Virtual Machine extensions."
app.Commands = []cli.Command{
{Name: "new-extension-manifest",
Usage: "Creates an XML file used to publish or update extension.",
Expand Down

0 comments on commit 085bf9d

Please sign in to comment.