Skip to content

Commit

Permalink
Minor change to wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmero committed Oct 15, 2023
1 parent 9f66291 commit 0cd99fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/scripts/create_globus_json_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"path": dest_path
},
"transfer_label": f"Transfer archives for {project}",
"delete_label": f"Delete archives for {project}"
"delete_label": f"Delete source archives for {project}"
}

with open(snakemake.output[0], "w") as f:
Expand Down

0 comments on commit 0cd99fa

Please sign in to comment.