diff --git a/PART_1/bash_parallel_script b/PART_1/bash_parallel_script
index 6627de4c5e59d28c326e07810d809fe129723434..afdf7829537033f88f85800e77e9d0a9f5e77372 100755
--- a/PART_1/bash_parallel_script
+++ b/PART_1/bash_parallel_script
@@ -13,7 +13,7 @@ mkdir $jobs_out_dir
 mkdir $jobs_err_dir
 
 # Start a for loop to run through all the files in $data_dir
-for file_name in `ls test_dir`
+for file_name in `ls $data_dir`
 do
 
 # Create a slurm script for processing the current file