Skip to content

Commit 2d07f3a

Browse files
sambucleafty
andcommitted
Update internal/remote/firecrest/session_script.sh
Co-authored-by: Flora Thiebaut <flora.thiebaut@sdsc.ethz.ch>
1 parent 419231a commit 2d07f3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/remote/firecrest/session_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ if !(nvidia-smi 2>&1 >/dev/null); then
140140
export NVIDIA_VISIBLE_DEVICES=void
141141
fi
142142

143-
if srun --help |grep -q -- --environment; then
143+
if srun --help | grep -q -- --environment; then
144144
# Create the environment.toml file to run the session
145145
EDF_FILE="${SESSION_DIR}/environment.toml"
146146
cat <<EOF >"${EDF_FILE}"

0 commit comments

Comments
 (0)