Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adaam2 committed Mar 5, 2025
1 parent 9d0ed32 commit 1c26ed2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/quickstart.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,9 @@ func quickstartExec(ctx context.Context, flags QuickstartFlags) error {
quickstartObj.WorkflowFile.Sources[sourceName].Inputs[0].Location = workflow.LocationString(referencePath)
}

// fooMove the tempfile to the output directory
// If we are using a blueprint template, the original location will be a
// tempfile. We want therefore to move the tempfile to the output directory,
// and update the workflow file to point to the new location.
if quickstartObj.IsUsingBlueprint {
oldInput := quickstartObj.WorkflowFile.Sources[sourceName].Inputs[0].Location

Expand Down

0 comments on commit 1c26ed2

Please sign in to comment.