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 067163e commit 1850291
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 @@ -32,7 +32,7 @@ curl http://etetoolkit.org/get_svg/
#if $output_format == 'png'
&& magick tree.svg tree.png
&& cp tree.png '$output_tree_image'
&& mv tree.png '$output_tree_image'
#else
&& cp tree.svg '$output_tree_image'
#end if
Expand Down

0 comments on commit 1850291

Please sign in to comment.