Skip to content

Commit

Permalink
fix typo (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkickr committed Nov 21, 2022
1 parent 60b9873 commit b48d91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/docker_image.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ func (d *DockerImage) Run(dagID, envFile, settingsFile, containerName string, ta
args = append(args, cmdArgs...)

fmt.Println("\nStarting a DAG run for " + dagID + "...")
fmt.Println("\nLoading DAGS...")
fmt.Println("\nLoading DAGs...")

cmdErr := cmdExec(DockerCmd, stdout, stderr, args...)
fmt.Println("\nSee the output of this command for errors.") // add back later "To view task logs, use the '--task-logs' flag."
Expand Down

0 comments on commit b48d91e

Please sign in to comment.