diff --git a/PyTorch/Segmentation/nnUNet/generate_benchmark_jobs.sh b/PyTorch/Segmentation/nnUNet/generate_benchmark_jobs.sh
index 4170efb5e787aa67873a77c84e772694ea6e128c..e7b5759d395981e813f980ad21f2d26b168cf937 100644
--- a/PyTorch/Segmentation/nnUNet/generate_benchmark_jobs.sh
+++ b/PyTorch/Segmentation/nnUNet/generate_benchmark_jobs.sh
@@ -20,7 +20,7 @@ cat <<EOT >  $SBATCH_DIR
 
 EOT
 
-if [ ${6} = "thin" ]; then
+if [ "${6}" = "thin" ]; then
     cat <<EOT >>  $SBATCH_DIR
     #SBATCH --reservation=devel
 EOT