Skip to content

Commit

Permalink
mv instead of cp
Browse files Browse the repository at this point in the history
Co-authored-by: Björn Grüning <[email protected]>
  • Loading branch information
shiltemann and bgruening authored Dec 9, 2024
1 parent e2b771f commit 1f5e606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ete-toolkit/ete-treeviewer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ curl http://etetoolkit.org/get_svg/
&& magick tree.svg tree.png
&& mv tree.png '$output_tree_image'
#else
&& cp tree.svg '$output_tree_image'
&& mv tree.svg '$output_tree_image'
#end if
]]></command>
Expand Down

0 comments on commit 1f5e606

Please sign in to comment.