Skip to content

Commit

Permalink
fix dag bundle copy (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkickr authored and kushalmalani committed Nov 7, 2023
1 parent 6544ab0 commit 9b4b125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/deploy/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ func updateDeploy(deployID, deploymentID, organizationID, dagTarballVersion stri
return err
}
if resp.JSON200.DagTarballVersion != nil {
fmt.Println("Deployed DAG bundle: ", resp.JSON200.DagTarballVersion)
fmt.Println("Deployed DAG bundle: ", *resp.JSON200.DagTarballVersion)
}
if resp.JSON200.ImageTag != "" {
fmt.Println("Deployed Image Tag: ", resp.JSON200.ImageTag)
Expand Down

0 comments on commit 9b4b125

Please sign in to comment.