Skip to content

Commit

Permalink
change dag-deploy copy (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkickr authored and kushalmalani committed Dec 8, 2022
1 parent f048e94 commit ff4fa06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/deployment/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ func Update(deploymentID, label, ws, description, deploymentName, dagDeploy stri

if dagDeploy == "enable" {
if currentDeployment.DagDeployEnabled {
fmt.Println("\nDAG-only deploys is already enabled for this deployment.")
fmt.Println("\nDAG deploys are already enabled for this Deployment. Your DAGs will continue to run as scheduled.")
return nil
}

Expand Down

0 comments on commit ff4fa06

Please sign in to comment.