From b5c7c805e7691a042e58469e878044c4c4814224 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Wacker?= <s.wacker@tudelft.nl>
Date: Tue, 15 Apr 2025 13:11:46 +0200
Subject: [PATCH] updated apptainer example

---
 content/en/docs/manual/software/containerization.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/en/docs/manual/software/containerization.md b/content/en/docs/manual/software/containerization.md
index ba00fa1..a8a48be 100644
--- a/content/en/docs/manual/software/containerization.md
+++ b/content/en/docs/manual/software/containerization.md
@@ -55,7 +55,7 @@ srun apptainer exec \
 # -B /$HOME:/$HOME/ mounts host file-sytem inside container
 # The home folder should be mounted by default, but sometimes it is not
 # -B can be used several times, change this to match your cluster file-system
-# $APPTAINER_IMAGE is the full path to the container.sif file
+# APPTAINER_IMAGE is the full path to the container.sif file
 # python script.py is the command that you want to use inside the container
 
 ```
-- 
GitLab