Skip to content

Commit

Permalink
Add arg removed during merge conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
andscoop committed Aug 22, 2018
1 parent d42a882 commit 146f458
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cmd/airflow.go
Expand Up @@ -22,13 +22,13 @@ import (
)

var (
projectName string
followLogs bool
forceDeploy bool
forcePrompt bool
schedulerLogs bool
webserverLogs bool

projectName string
followLogs bool
forceDeploy bool
forcePrompt bool
saveDeployConfig bool
schedulerLogs bool
webserverLogs bool

airflowRootCmd = &cobra.Command{
Use: "airflow",
Expand Down

0 comments on commit 146f458

Please sign in to comment.