Skip to content

Commit

Permalink
Remove func functionapp context. Closes #143
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmelsayed committed May 24, 2017
1 parent 5b4bfc0 commit c97f373
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Azure.Functions.Cli/Actions/LocalActions/InitAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
namespace Azure.Functions.Cli.Actions.LocalActions
{
[Action(Name = "init", HelpText = "Create a new Function App in the current folder. Initializes git repo.")]
[Action(Name = "init", Context = Context.FunctionApp, HelpText = "Create a new Function App in the current folder. Initializes git repo.")]
[Action(Name = "create", Context = Context.FunctionApp, HelpText = "Create a new Function App in the current folder. Initializes git repo.")]
class InitAction : BaseAction
{
public SourceControl SourceControl { get; set; } = SourceControl.Git;
Expand Down

0 comments on commit c97f373

Please sign in to comment.