Skip to content

Commit

Permalink
add yes to fissmop command
Browse files Browse the repository at this point in the history
  • Loading branch information
yueyaog committed May 20, 2024
1 parent dbb0e06 commit 739353e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TAG_Mop/TAG_Mop.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ workflow TAG_Mop{
if [ $(cat mop_dry_run.txt | wc -l) -eq 0 ]; then
echo "No files to mop"
else
fissfc mop -w ~{workspaceName} -p ~{namespace}
fissfc mop --yes -w ~{workspaceName} -p ~{namespace}
fi
>>>
output{
Expand Down

0 comments on commit 739353e

Please sign in to comment.