Skip to content

Commit

Permalink
Remove echo of cp -R (debug)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvalinrh committed Jul 31, 2024
1 parent 71dad5a commit 925c84a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion save_results
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ if [[ $tar_file != "" ]]; then
popd
fi
if [[ $copy_dir != "" ]]; then
echo cp -R $copy_dir $RESULTS_PATH
cp -R $copy_dir $RESULTS_PATH
fi
if [[ $version == "" ]]; then
Expand Down

0 comments on commit 925c84a

Please sign in to comment.