Skip to content

Commit

Permalink
Code & Features Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaneltitane committed Oct 11, 2023
1 parent e893563 commit e4b4602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l2cu
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ l2cu_instructions_samples () {
for sample_path in ${samples_list[@]}
do
sample_name="sample-0${file_counter}"
sample_file_name="${sample_name}.${extension}"
sample_file_name="${sample_name}.${export_option}"

mv "${sample_path}" "${instructions_directory}"/"${sample_file_name}"

Expand Down

0 comments on commit e4b4602

Please sign in to comment.