Skip to content

Commit

Permalink
remove old config fetch syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
andscoop authored Mar 2, 2018
1 parent 03eef51 commit 814a869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func Kill(airflowHome string) error {
// Stop a running docker project
func Stop(airflowHome string) error {
// Get project name from config
projectName := config.GetString(config.CFGProjectName)
projectName := config.CFG.ProjectName.GetString()

// Create a libcompose project
project, err := createProject(projectName, airflowHome)
Expand Down

0 comments on commit 814a869

Please sign in to comment.