Skip to content

Commit

Permalink
move to folder
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikvedvik committed Nov 10, 2023
1 parent 861ee9f commit 9dd64d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/ingest/asset_ingest.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func Asset(ctx workflow.Context, params AssetParams) (*AssetResult, error) {
}
_, err = wfutils.MoveToFolder(ctx,
xmlPath,
xmlPath.Append("processed"),
xmlPath.Dir().Append("processed"),
)
if err != nil {
return nil, err
Expand Down

0 comments on commit 9dd64d1

Please sign in to comment.