diff --git a/src/nextflow.config b/src/nextflow.config
index d8c318cbd9e903176fa54220e05844f65c0d1c4e..02701889fec6c0910293425418e4c3e9c3cf7436 100644
--- a/src/nextflow.config
+++ b/src/nextflow.config
@@ -81,7 +81,7 @@ profiles {
   }
   psmn {
     charliecloud.enabled = true
-    charliecloud.cacheDir = "/Xnfs/abc/charliecloud_img"
+    charliecloud.cacheDir = "/Xnfs/abc/charliecloud"
     charliecloud.runOptions = "--bind /scratch:/scratch --bind /Xnfs:/Xnfs"
     process{
       errorStrategy = { sleep(Math.pow(2, task.attempt) * 200 as long); return 'retry' }