diff --git a/src/nf_modules/FastQC/fastqc.nf b/src/nf_modules/FastQC/fastqc.nf
index ad699258407b90a781b63be7aff7e21aea9e66b8..abe18a49fbf4f17e2ff2a538bc20f34bf0796c51 100644
--- a/src/nf_modules/FastQC/fastqc.nf
+++ b/src/nf_modules/FastQC/fastqc.nf
@@ -16,7 +16,7 @@ Channel
 
 process fastqc {
   tag "$fastq.baseName"
-  publishDir "results/fasqc/${fastq.baseName}/", mode: 'copy'
+  publishDir "results/fastqc/", mode: 'copy'
 
   input:
     file fastq from fastq_files